log4net SDK Reference

NativeError Members

NativeError overview

Public Static (Shared) Methods

GetError Create a new instance of the NativeError class.
GetErrorMessage Retrieves the message corresponding with a Win32 message identifier.
GetLastError Create a new instance of the NativeError class for the last Windows error.

Public Instance Properties

Message Gets the message of the native error.
Number Gets the number of the native error.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Return error information string

See Also

NativeError Class | log4net.Util Namespace