Name | Description | |
---|---|---|
HResult Constructor | Overloaded. |
The following tables list the members exposed by HResult.
Name | Description | |
---|---|---|
HResult Constructor | Overloaded. |
Name | Description | |
---|---|---|
Abort | Result code Abort. | |
AccessDenied | Result code AccessDenied. | |
Fail | Result code Fail. | |
False | Result code False. | |
Handle | Result code Handle. | |
InsufficientBuffer | The data area passed to a system call is too small. | |
InvalidArg | Result code invalid argument. | |
InvalidPointer | Result code Invalid pointer. | |
NoInterface | Result code no interface. | |
NotImplemented | Result code not implemented. | |
Ok | Result code Ok. | |
OutOfMemory | Result code out of memory. | |
UnexpectedFailure | Unexpected failure. | |
WaitAbandoned | Result of a wait abandonned. | |
WaitTimeout | Result of a wait timeout. |
Name | Description | |
---|---|---|
Code | Gets the HRESULT error code. | |
Failure | Gets a value indicating whether this HResult is failure. | |
Success | Gets a value indicating whether this HResult is success. |
Name | Description | |
---|---|---|
CheckError | Checks the error. | |
Equals | Overloaded. Equalses the specified other. | |
GetHashCode | Returns a hash code for this instance. | |
GetResultFromException | Gets a HResult from an System.Exception. | |
GetResultFromWin32Error | Gets the result from win32 error. | |
ToString | Returns a System.String that represents this instance. |
Equality | Implements the operator ==. |
Explicit Type Conversion | Overloaded. Performs an implicit conversion from HResult to System.Int32. |
Implicit Type Conversion | Overloaded. Performs an implicit conversion from System.Int32 to HResult. |
Inequality | Implements the operator !=. |