DkmClrCaughtExceptionInformation.CatchHandlerILOffset 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.
The IL offset of the catch handler which is about to catch this exception.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property System::UInt32 CatchHandlerILOffset { System::UInt32 get(); };
public:
property unsigned int CatchHandlerILOffset { unsigned int get(); };
public uint CatchHandlerILOffset { get; }
member this.CatchHandlerILOffset : uint32
Public ReadOnly Property CatchHandlerILOffset As UInteger