Class RpcDiagnostics
Namespace: DotBoxD.Services.Diagnostics
Assembly: DotBoxD.Services.dll
Central diagnostic hooks for errors DotBoxD observes on best-effort paths.
public static class RpcDiagnosticsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
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