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 : EventArgsInheritance
Section titled “Inheritance”object ← EventArgs ← RpcDiagnosticErrorEventArgs
Inherited Members
Section titled “Inherited Members”EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()
Constructors
Section titled “Constructors”RpcDiagnosticErrorEventArgs(string, Exception)
Section titled “ RpcDiagnosticErrorEventArgs(string, Exception)”public RpcDiagnosticErrorEventArgs(string operation, Exception error)Parameters
Section titled “Parameters”operation string
error Exception
Properties
Section titled “Properties”The observed error.
public Exception Error { get; }Property Value
Section titled “Property Value”Operation
Section titled “ Operation”The operation that observed the error.
public string Operation { get; }