Class ConditionalRejectingErrorHandler
public class ConditionalRejectingErrorHandler : IErrorHandler, IServiceNameAware
- Inheritance
-
ConditionalRejectingErrorHandler
- Implements
- Inherited Members
Constructors
ConditionalRejectingErrorHandler(ILogger)
public ConditionalRejectingErrorHandler(ILogger logger = null)
Parameters
logger
ILogger
ConditionalRejectingErrorHandler(IFatalExceptionStrategy, ILogger)
public ConditionalRejectingErrorHandler(IFatalExceptionStrategy exceptionStrategy, ILogger logger = null)
Parameters
exceptionStrategy
IFatalExceptionStrategylogger
ILogger
Fields
DEFAULT_SERVICE_NAME
public const string DEFAULT_SERVICE_NAME = "ConditionalRejectingErrorHandler"
Field Value
Properties
DiscardFatalsWithXDeath
public virtual bool DiscardFatalsWithXDeath { get; set; }
Property Value
RejectManual
public virtual bool RejectManual { get; set; }
Property Value
ServiceName
public string ServiceName { get; set; }
Property Value
Methods
CauseChainContainsRRADRE(Exception)
protected virtual bool CauseChainContainsRRADRE(Exception exception)
Parameters
exception
Exception
Returns
HandleError(Exception)
public virtual bool HandleError(Exception exception)
Parameters
exception
Exception