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
Properties
Error
The observed error.
public Exception Error { get; }
Property Value
Operation
The operation that observed the error.
public string Operation { get; }