Skip to content

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 : EventArgs

objectEventArgsRpcReadErrorEventArgs

EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()

public RpcReadErrorEventArgs(string remoteEndpoint, Exception error)

remoteEndpoint string

error Exception

The read-loop exception.

public Exception Error { get; }

Exception

The remote endpoint string of the channel that failed.

public string RemoteEndpoint { get; }

string