DkmExceptionInformation.GetExceptionDetails(DkmInspectionSession) Method
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.
Get the exception details for this exception.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ GetExceptionDetails(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ InspectionSession);
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails GetExceptionDetails (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession InspectionSession);
member this.GetExceptionDetails : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession -> Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails
Public Function GetExceptionDetails (InspectionSession As DkmInspectionSession) As DkmExceptionDetails
Parameters
- InspectionSession
- DkmInspectionSession
[In] The inspection session used to track the lifetime of the exception details object.
Returns
[Out] Contains details about an exception or inner exception object.