DkmExceptionDetails.GetInnerException 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.
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.