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: 1.2.15.0 (1.2.15.0)
Syntax

public ExceptionEvaluator(
	Type exType,
	bool triggerOnSubClass
)

Parameters

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