Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Property HResult As Integer |
C# |
---|
protected int HResult { get; set; } |
Visual C++ |
---|
protected:
property int HResult {
int get ();
void set (int value);
} |
JavaScript |
---|
function get_hResult();
function set_hResult(value); |
Return Value
The HRESULT value.
See Also