Skip to content

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

objectEventArgsRpcDiagnosticErrorEventArgs

EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()

RpcDiagnosticErrorEventArgs(string, Exception)

Section titled “ RpcDiagnosticErrorEventArgs(string, Exception)”
public RpcDiagnosticErrorEventArgs(string operation, Exception error)

operation string

error Exception

The observed error.

public Exception Error { get; }

Exception

The operation that observed the error.

public string Operation { get; }

string