ExceptionEvaluator Constructor (Type, Boolean)Apache log4net™ SDK Documentation
Constructs an evaluator and initializes to trigger on exType

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public ExceptionEvaluator(
	Type exType,
	bool triggerOnSubClass
)

Parameters

exType
Type: SystemType
the type that triggers this evaluator.
triggerOnSubClass
Type: SystemBoolean
If true, this evaluator will trigger on subclasses of ExceptionType.
See Also

Reference