DkmClrCaughtExceptionInformation.CatchHandlerILOffset Property

Definition

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

Property Value

Applies to