SshException.ProtocolMessage Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ProtocolMessage
Gets the protocol error message, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException.
Declaration
public string ProtocolMessage { get; protected set; }
Property Value
Type | Description |
---|---|
String | Protocol error message. |