| RecoverWithTOut, TMat Constructor |
TBD
Namespace:
Akka.Streams.Implementation.Fusing
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public RecoverWith(
Func<Exception, IGraph<SourceShape<TOut>, TMat>> partialFunction,
int maximumRetries
)
new :
partialFunction : Func<Exception, IGraph<SourceShape<'TOut>, 'TMat>> *
maximumRetries : int -> RecoverWith
Parameters
- partialFunction
- Type: SystemFuncException, IGraphSourceShapeTOut, TMat
TBD - maximumRetries
- Type: SystemInt32
TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when the specified maximumRetries is less than zero or not equal to -1.
|
See Also