DkmExceptionDetails.Exception Property

Definition

The original exception object. This is always for the original raised exception. If this DkmExceptionDetails came from GetInnerException, this value still represents the containing exception.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ Exception { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ Exception { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ get(); };
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation Exception { get; }
member this.Exception : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation
Public ReadOnly Property Exception As DkmExceptionInformation

Property Value

Applies to