DkmExceptionDetails.GetCorException Method

Definition

Get the ICorDebugValue for the exception object.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 15 Update 7 (DkmApiVersion.VS15Update7).

public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue ^ GetCorException();
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue GetCorException ();
member this.GetCorException : unit -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue
Public Function GetCorException () As ICorDebugObjectValue

Returns

[Out] ICorDebug interface representing an exception.

Applies to