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 ErrorClosed : Tcp.ConnectionClosed, INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Improve this Doc View SourceErrorClosed(String)
TBD
Declaration
public ErrorClosed(string cause)
Parameters
Type | Name | Description |
---|---|---|
String | cause | TBD |
Properties
| Improve this Doc View SourceCause
TBD
Declaration
public override string Cause { get; }
Property Value
Type | Description |
---|---|
String | TBD |
Overrides
| Improve this Doc View SourceIsErrorClosed
TBD
Declaration
public override bool IsErrorClosed { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |