Class ConnectionException
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class ConnectionException : StreamTcpException, ISerializable
Constructors
| Edit this page View SourceConnectionException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConnectionException class.
Declaration
protected ConnectionException(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. |
ConnectionException(string)
Initializes a new instance of the ConnectionException class.
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 ConnectionException class.
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. |