Table of Contents

Class RpcDiagnosticErrorEventArgs

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

Describes an internal DotBoxD diagnostic error that was observed but not allowed to interrupt RPC teardown or event dispatch.

public sealed class RpcDiagnosticErrorEventArgs : EventArgs
Inheritance
RpcDiagnosticErrorEventArgs
Inherited Members

Constructors

RpcDiagnosticErrorEventArgs(string, Exception)

public RpcDiagnosticErrorEventArgs(string operation, Exception error)

Parameters

operation string
error Exception

Properties

Error

The observed error.

public Exception Error { get; }

Property Value

Exception

Operation

The operation that observed the error.

public string Operation { get; }

Property Value

string