Error.FuncPtr Property | |
A pointer to the function in which the error occurred.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax VIRTUAL PROPERTY FuncPtr AS IntPtr GET SET
public virtual IntPtr FuncPtr { get; set; }
Request Example
View SourceProperty Value
Type:
IntPtrRemarks Note This property is for compatibility only. It is not being used in the X# runtime.
See Also