Click or drag to resize
Akka.NETErrorFilter Constructor (Type, IStringMatcher, IStringMatcher, Boolean)
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ErrorFilter(
	Type exceptionType,
	IStringMatcher messageMatcher = null,
	IStringMatcher sourceMatcher = null,
	bool recurseInnerExceptions = false
)

Parameters

exceptionType
Type: SystemType
TBD
messageMatcher (Optional)
Type: Akka.TestKit.Internal.StringMatcherIStringMatcher
TBD
sourceMatcher (Optional)
Type: Akka.TestKit.Internal.StringMatcherIStringMatcher
TBD
recurseInnerExceptions (Optional)
Type: SystemBoolean
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the specified exceptionType does not implement Exception.
See Also