Table of Contents

Class RpcHostErrorEventArgs

Namespace
DotBoxD.Services.Diagnostics
Assembly
DotBoxD.Services.dll

Describes a non-cancellation error observed by an RpcHost accept loop.

public sealed class RpcHostErrorEventArgs : EventArgs
Inheritance
RpcHostErrorEventArgs
Inherited Members

Constructors

RpcHostErrorEventArgs(Exception)

public RpcHostErrorEventArgs(Exception exception)

Parameters

exception Exception

Properties

Error

The accept-loop exception.

public Exception Error { get; }

Property Value

Exception