DkmExceptionTriggerHit.Exception 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.
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.