Class StreamTimeoutException
Namespace: Void.Proxy.Api.Network.Exceptions
Assembly: Void.Proxy.Api.dll
The exception thrown when a network stream operation exceeds its permitted duration.
public class StreamTimeoutException : StreamException, ISerializableInheritance
object ← Exception ← StreamException ← StreamTimeoutException
Implements
Inherited Members
Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, Exception.SerializeObjectState, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
StreamTimeoutException(Operation)
The exception thrown when a network stream operation exceeds its permitted duration.
public StreamTimeoutException(Operation operation)Parameters
operation Operation
The operation that timed out.
Properties
Operation
Gets the operation that timed out.
public Operation Operation { get; }