Class ConnectionException
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class ConnectionException : StreamTcpException, ISerializable
Constructors
| Improve this Doc View SourceConnectionException(SerializationInfo, StreamingContext)
Initializes a new instance of the Connection
Declaration
protected ConnectionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
ConnectionException(String)
Initializes a new instance of the Connection
Declaration
public ConnectionException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
ConnectionException(String, Exception)
Initializes a new instance of the Connection
Declaration
public ConnectionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception. |