DkmExceptionDetails.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.
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