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: System.Type
TBD
messageMatcher (Optional)
Type: Akka.TestKit.Internal.StringMatcher.IStringMatcher
TBD
sourceMatcher (Optional)
Type: Akka.TestKit.Internal.StringMatcher.IStringMatcher
TBD
recurseInnerExceptions (Optional)
Type: System.Boolean
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the specified exceptionType does not implement Exception.
See Also