RFA .NET Gets the address of the instruction causing the exception.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public virtual long ExceptionAddress { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property ExceptionAddress As Long
Get |
Visual C++ |
---|
public:
virtual property long long ExceptionAddress {
long long get ();
} |
F# |
---|
abstract ExceptionAddress : int64
override ExceptionAddress : int64 |
Field Value
The address of the instruction causing the exception.
See Also