NativeError MembersApache log4net™ SDK Documentation
The NativeError type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetError
Create a new instance of the NativeError class.
Public methodStatic memberGetErrorMessage
Retrieves the message corresponding with a Win32 message identifier.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetLastError
Create a new instance of the NativeError class for the last Windows error.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Return error information string
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyMessage
Gets the message of the native error.
Public propertyNumber
Gets the number of the native error.
Back to Top
See Also