Class RpcReadErrorEventArgs
- Namespace
- DotBoxD.Services.Diagnostics
- Assembly
- DotBoxD.Services.dll
Describes a non-cancellation failure in a RpcPeer's read loop.
public sealed class RpcReadErrorEventArgs : EventArgs
- Inheritance
-
RpcReadErrorEventArgs
- Inherited Members
Constructors
RpcReadErrorEventArgs(string, Exception)
public RpcReadErrorEventArgs(string remoteEndpoint, Exception error)
Parameters
Properties
Error
The read-loop exception.
public Exception Error { get; }
Property Value
RemoteEndpoint
The remote endpoint string of the channel that failed.
public string RemoteEndpoint { get; }