Class TcpIdleTimeoutException
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class TcpIdleTimeoutException : TimeoutException, ISerializable
Constructors
| Edit this page View SourceTcpIdleTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the TcpIdleTimeoutException class.
Declaration
public TcpIdleTimeoutException(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. |
TcpIdleTimeoutException(string, TimeSpan)
Declaration
public TcpIdleTimeoutException(string message, TimeSpan duration)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| TimeSpan | duration |
Properties
| Edit this page View SourceDuration
Declaration
public TimeSpan Duration { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Edit this page