Represents a native error code and message.
Inheritance Hierarchy
log4net.UtilNativeError
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The NativeError type exposes the following members.
Properties
Name | Description | |
---|---|---|
Message |
Gets the message of the native error.
| |
Number |
Gets the number of the native error.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetError |
Create a new instance of the NativeError class.
| |
GetErrorMessage |
Retrieves the message corresponding with a Win32 message identifier.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetLastError |
Create a new instance of the NativeError class for the last Windows error.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString |
Return error information string
(Overrides ObjectToString.) |
Remarks
Represents a Win32 platform native error.
See Also