DkmStowedExceptionInformation.ExceptionAddress 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 exception.
This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).
public:
property System::UInt64 ExceptionAddress { System::UInt64 get(); };
public:
property unsigned long long ExceptionAddress { unsigned long long get(); };
public ulong ExceptionAddress { get; }
member this.ExceptionAddress : uint64
Public ReadOnly Property ExceptionAddress As ULong