IDkmExceptionDetailsProvider.GetInnerException(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.
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.