DkmExceptionInformation.GetExceptionDetails(DkmInspectionSession) Method

Definition

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.

Applies to