log4net SDK Documentation - Microsoft .NET Framework 4.0

ExceptionEvaluator Class

An evaluator that triggers on an Exception type

For a list of all members of this type, see ExceptionEvaluator Members.

System.Object
   log4net.Core.ExceptionEvaluator

[Visual Basic]
Public Class ExceptionEvaluator
    Implements ITriggeringEventEvaluator
[C#]
public class ExceptionEvaluator : ITriggeringEventEvaluator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This evaluator will trigger if the type of the Exception passed to IsTriggeringEvent is equal to a Type in ExceptionType. ///

Requirements

Namespace: log4net.Core

Assembly: log4net (in log4net.dll)

See Also

ExceptionEvaluator Members | log4net.Core Namespace