log4net SDK Documentation - Microsoft .NET Framework 4.0

ExceptionEvaluator Constructor (Type, Boolean)

Constructs an evaluator and initializes to trigger on exType

[Visual Basic]
Overloads Public Sub New( _
   ByVal exType As Type, _
   ByVal triggerOnSubClass As Boolean _
)
[C#]
public ExceptionEvaluator(
   Type exType,
   bool triggerOnSubClass
);

Parameters

exType
the type that triggers this evaluator.
triggerOnSubClass
If true, this evaluator will trigger on subclasses of ExceptionType.

See Also

ExceptionEvaluator Class | log4net.Core Namespace | ExceptionEvaluator Constructor Overload List