DkmCppWinRTExceptionInformation.ErrorInfoAddress 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 address of the IErrorInfo object associated with the exception. This is used to retrieve captured stack.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property System::UInt64 ErrorInfoAddress { System::UInt64 get(); };
public:
property unsigned long long ErrorInfoAddress { unsigned long long get(); };
public ulong ErrorInfoAddress { get; }
member this.ErrorInfoAddress : uint64
Public ReadOnly Property ErrorInfoAddress As ULong