IDkmExceptionDetailsProvider.GetExceptionDetails Method

Definition

Get the exception details for this exception.

public:
 Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ GetExceptionDetails(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception, Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ inspectionSession);
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails GetExceptionDetails (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation exception, Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession inspectionSession);
abstract member GetExceptionDetails : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation * Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession -> Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails
Public Function GetExceptionDetails (exception As DkmExceptionInformation, inspectionSession As DkmInspectionSession) As DkmExceptionDetails

Parameters

exception
DkmExceptionInformation

[In] 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.

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