DkmExceptionDetails.GetHResult Method

Definition

Gets the HResult code of this exception. If no stack trace is available, this method returns null.

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

public:
 int GetHResult();
public:
 int GetHResult();
int GetHResult();
public int GetHResult ();
member this.GetHResult : unit -> int
Public Function GetHResult () As Integer

Returns

[Out] The HResult of the exception.

Exceptions

E_NODATA indicates that this exception does not have an HResult.

Applies to