Udostępnij za pośrednictwem


IDkmClrExceptionDetailsProvider.GetCorException(DkmExceptionDetails) Method

Definition

Get the ICorDebugValue for the exception object.

public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue ^ GetCorException(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue GetCorException (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetCorException : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue
Public Function GetCorException (exceptionDetails As DkmExceptionDetails) As ICorDebugObjectValue

Parameters

exceptionDetails
DkmExceptionDetails

[In] Contains details about an exception or inner exception object.

Returns

[Out] ICorDebug interface representing an exception.

Applies to