IDkmExceptionDetailsProvider.GetHResult(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 HResult code of this exception. If no stack trace is available, this method returns null.
public:
int GetHResult(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public int GetHResult (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetHResult : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> int
Public Function GetHResult (exceptionDetails As DkmExceptionDetails) As Integer
Parameters
- exceptionDetails
- DkmExceptionDetails
[In] Contains details about an exception or inner exception object.
Returns
[Out] The HResult of the exception.
Exceptions
E_NODATA indicates that this exception does not have an HResult.