The NativeError type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| GetError |
Create a new instance of the NativeError class.
| |
| GetErrorMessage |
Retrieves the message corresponding with a Win32 message identifier.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
| GetLastError |
Create a new instance of the NativeError class for the last Windows error.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Return error information string
(Overrides |
Properties
| Name | Description | |
|---|---|---|
| Message |
Gets the message of the native error.
| |
| Number |
Gets the number of the native error.
|
See Also