Class StreamTimeoutException
Namespace: Void.Proxy.Api.Network.Exceptions
Assembly: Void.Proxy.Api.dll
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)
public StreamTimeoutException(Operation operation)Parameters
operation Operation
Properties
Operation
public Operation Operation { get; }