Gets or sets the error handler that all errors are passed to.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public IErrorHandler ErrorHandler { get; set; }
public IErrorHandler ErrorHandler { get; set; }
Public Property ErrorHandler As IErrorHandler
Get
Set
Public Property ErrorHandler As IErrorHandler
Get
Set
public:
property IErrorHandler^ ErrorHandler {
IErrorHandler^ get ();
void set (IErrorHandler^ value);
}
public:
property IErrorHandler^ ErrorHandler {
IErrorHandler^ get ();
void set (IErrorHandler^ value);
}
Property Value
Type:
IErrorHandler
The error handler that all errors are passed to.
Gets or sets the error handler that all errors are passed to.