ExceptionEvent.Token Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the CLR method token for the method where this event occurred.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Property Token As Integer
Get
Private Set
'Usage
Dim instance As ExceptionEvent
Dim value As Integer
value = instance.Token
public int Token { get; private set; }
public:
property int Token {
int get ();
private: void set (int value);
}
member Token : int with get, private set
function get Token () : int
private function set Token (value : int)
Property Value
Type: System.Int32
Remarks
The method token can be 0 for some exception points.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.