NativeError ClassApache log4net™ SDK Documentation
Represents a native error code and message.
Inheritance Hierarchy

SystemObject
  log4net.UtilNativeError

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public sealed class NativeError

The NativeError type exposes the following members.

Properties

  NameDescription
Public propertyMessage
Gets the message of the native error.
Public propertyNumber
Gets the number of the native error.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetError
Create a new instance of the NativeError class.
Public methodStatic memberGetErrorMessage
Retrieves the message corresponding with a Win32 message identifier.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLastError
Create a new instance of the NativeError class for the last Windows error.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Return error information string
(Overrides ObjectToString.)
Top
Remarks

Represents a Win32 platform native error.

See Also

Reference