Share via


DkmCppWinRTExceptionInformation.ErrorInfoAddress Property

Definition

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

Property Value

Applies to