DkmClrCaughtExceptionInformation.CatchHandlerILOffset Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Offset IL du gestionnaire catch qui est sur le sujet d’intercepter cette exception.
Cette API a été introduite dans 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