IDkmClrExceptionDetailsProvider.GetCorException(DkmExceptionDetails) 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 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.