IDkmExceptionDetailsProvider.GetInnerException(DkmExceptionDetails) Method

Definition

Gets the inner exception if available. If there is no inner exception, this method returns null.

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

Parameters

exceptionDetails
DkmExceptionDetails

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

Returns

[Out,Optional] The inner exception or null if not available.

Exceptions

E_NODATA indicates that this exception does not hold inner exceptions.

Applies to