Table of Contents

Class RpcDiagnostics

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

Central diagnostic hooks for errors DotBoxD observes on best-effort paths.

public static class RpcDiagnostics
Inheritance
RpcDiagnostics
Inherited Members

Events

Error

Raised when DotBoxD observes an error that cannot be thrown to the original caller. Diagnostic event handlers are isolated from each other and from RPC internals.

public static event EventHandler<RpcDiagnosticErrorEventArgs>? Error

Event Type

EventHandler<RpcDiagnosticErrorEventArgs>