|  | 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
Syntaxpublic RecoverWith(
	Func<Exception, IGraph<SourceShape<TOut>, TMat>> partialFunction,
	int maximumRetries
)
new : 
        partialFunction : Func<Exception, IGraph<SourceShape<'TOut>, 'TMat>> * 
        maximumRetries : int -> RecoverWithParameters
- partialFunction
- Type: SystemFuncException, IGraphSourceShapeTOut, TMat
 TBD
- maximumRetries
- Type: SystemInt32
 TBD
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentException | This exception is thrown when the specified maximumRetries is less than zero or not equal to -1. | 
 See Also
See Also