Class RpcHostErrorEventArgs
Namespace: DotBoxD.Services.Diagnostics
Assembly: DotBoxD.Services.dll
Describes a non-cancellation error observed by an DotBoxD.Services.Server.RpcHost accept loop.
public sealed class RpcHostErrorEventArgs : EventArgsInheritance
Section titled “Inheritance”object ← EventArgs ← RpcHostErrorEventArgs
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”RpcHostErrorEventArgs(Exception)
Section titled “ RpcHostErrorEventArgs(Exception)”public RpcHostErrorEventArgs(Exception exception)Parameters
Section titled “Parameters”exception Exception
Properties
Section titled “Properties”The accept-loop exception.
public Exception Error { get; }