Class BindFailedException
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class BindFailedException : StreamTcpException, ISerializable
Constructors
| Improve this Doc View SourceBindFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the BindFailedException class.
Declaration
protected BindFailedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
Fields
| Improve this Doc View SourceInstance
The single instance of this exception
Declaration
public static readonly BindFailedException Instance
Field Value
Type | Description |
---|---|
BindFailedException |