DkmExceptionDetails.GetInnerException Method

Definition

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

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

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

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