DkmExceptionTriggerHit.Exception Property

Definition

Provides information about an exception which was raised in the target process. This information includes details of what exception was raised and the current stage of exception processing.

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

Returns DkmExceptionInformation.

Applies to