Create a new instance of the NativeError class.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- number
- Type: System Int32
the error number for the native error
Return Value
Type: NativeErrorAn instance of the NativeError class for the specified error number.
Remarks
The message for the specified error number is lookup up using the native Win32 FormatMessage function.
See Also