Class MergeHub.ProducerFailed
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class ProducerFailed : Exception, ISerializable
Constructors
| Improve this Doc View SourceProducerFailed(String, Exception)
Initializes a new instance of the MergeHub.ProducerFailed class.
Declaration
public ProducerFailed(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message that explains the reason for the exception. |
Exception | cause | The exception that is the cause of the current exception. |