Table of Contents

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

remoteEndpoint string
error Exception

Properties

Error

The read-loop exception.

public Exception Error { get; }

Property Value

Exception

RemoteEndpoint

The remote endpoint string of the channel that failed.

public string RemoteEndpoint { get; }

Property Value

string