Class RpcReadErrorEventArgs
Namespace: DotBoxD.Services.Diagnostics
Assembly: DotBoxD.Services.dll
Describes a non-cancellation failure in a DotBoxD.Services.Peer.RpcPeer’s read loop.
public sealed class RpcReadErrorEventArgs : EventArgsInheritance
Section titled “Inheritance”object ← EventArgs ← RpcReadErrorEventArgs
Inherited Members
Section titled “Inherited Members”EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()
Constructors
Section titled “Constructors”RpcReadErrorEventArgs(string, Exception)
Section titled “ RpcReadErrorEventArgs(string, Exception)”public RpcReadErrorEventArgs(string remoteEndpoint, Exception error)Parameters
Section titled “Parameters”remoteEndpoint string
error Exception
Properties
Section titled “Properties”The read-loop exception.
public Exception Error { get; }Property Value
Section titled “Property Value”RemoteEndpoint
Section titled “ RemoteEndpoint”The remote endpoint string of the channel that failed.
public string RemoteEndpoint { get; }