Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IErrorHandler.Error�Method�(String, Exception)

Prints the error message passed as a parameter.

[Visual�Basic]
Sub�Error( _
���ByVal message�As�String,�_
���ByVal e�As�Exception�_
)
[C#]
void�Error(
���stringmessage,
���Exceptione
);

Parameters

message
The message associated with the error.
e
The Exception that was thrown when the error occurred.

Remarks

See Error.

See Also

IErrorHandler Interface | log4net.Core Namespace | IErrorHandler.Error Overload List