Class TcpIdleTimeoutException
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class TcpIdleTimeoutException : TimeoutException, ISerializable
Constructors
| Improve this Doc 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
| Improve this Doc View SourceDuration
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan |