DkmStowedExceptionInformation.ResultCode Property
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.
The HRESULT of the original thrown exception.
This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).
public:
property int ResultCode { int get(); };
public:
property int ResultCode { int get(); };
public int ResultCode { get; }
member this.ResultCode : int
Public ReadOnly Property ResultCode As Integer