ExceptionEvent.MethodToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IntelliTrace method token for the method where this event occurred. The method token may be 0 for some exception events.
public:
property int MethodToken { int get(); };
public:
property int MethodToken { int get(); };
public int MethodToken { get; }
member this.MethodToken : int
Public ReadOnly Property MethodToken As Integer