Table of Contents

Class ErrorFilter

Namespace
Akka.TestKit.Internal
Assembly
Akka.TestKit.dll

Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

public class ErrorFilter : EventFilterBase, IEventFilter
Inheritance
ErrorFilter
Implements
Inherited Members

Constructors

ErrorFilter(IStringMatcher, IStringMatcher)

TBD

public ErrorFilter(IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null)

Parameters

messageMatcher IStringMatcher

TBD

sourceMatcher IStringMatcher

TBD

ErrorFilter(Type, IStringMatcher, IStringMatcher, bool)

TBD

public ErrorFilter(Type exceptionType, IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null, bool recurseInnerExceptions = false)

Parameters

exceptionType Type

TBD

messageMatcher IStringMatcher

TBD

sourceMatcher IStringMatcher

TBD

recurseInnerExceptions bool

TBD

Exceptions

ArgumentException

This exception is thrown when the specified exceptionType does not implement Exception.

Properties

FilterDescriptiveName

TBD

protected override string FilterDescriptiveName { get; }

Property Value

string

Methods

IsMatch(LogEvent)

TBD

protected override bool IsMatch(LogEvent evt)

Parameters

evt LogEvent

TBD

Returns

bool

TBD