Class ProtocolErrorEventArgs
public sealed class ProtocolErrorEventArgs : EventArgs
- Inheritance
-
ProtocolErrorEventArgs
- Inherited Members
- Extension Methods
Constructors
ProtocolErrorEventArgs(Exception)
public ProtocolErrorEventArgs(Exception exception)
Parameters
exception
Exception
ProtocolErrorEventArgs(Exception, Message)
public ProtocolErrorEventArgs(Exception exception, Message message)
Parameters
Properties
Exception
public Exception Exception { get; }
Property Value
Message
public Message Message { get; }