Class Tcp.ErrorClosed
The connection has been closed due to an IO error.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Tcp.ErrorClosed : Tcp.ConnectionClosed, INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Edit this page View SourceErrorClosed(string)
TBD
Declaration
public ErrorClosed(string cause)
Parameters
Type | Name | Description |
---|---|---|
string | cause | TBD |
Properties
| Edit this page View SourceCause
TBD
Declaration
public override string Cause { get; }
Property Value
Type | Description |
---|---|
string | TBD |
Overrides
| Edit this page View SourceIsErrorClosed
TBD
Declaration
public override bool IsErrorClosed { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |