Class Tcp.ErrorClosed
  The connection has been closed due to an IO error.
    Inheritance
    
    
    
    
    Tcp.ErrorClosed
   
  
  
  
  Assembly: Akka.dll
  Syntax
  
    public sealed class Tcp.ErrorClosed : Tcp.ConnectionClosed, INoSerializationVerificationNeeded, IDeadLetterSuppression
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  ErrorClosed(string?)
  
  
  Declaration
  
    public ErrorClosed(string? cause)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | cause |  | 
    
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Cause
  Was there a given cause for why the connection was closed?
Declaration
  
    public override string? Cause { get; }
   
  Property Value
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  IsErrorClosed
  Did the connection close due to an IO error?
Declaration
  
    public override bool IsErrorClosed { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements
  
  
  Extension Methods