Class MergeHub.ProducerFailed
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class MergeHub.ProducerFailed : Exception, ISerializable
Constructors
| Edit this page 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. |