IpClientException is thrown by many methods of IpClient class. The methods are masking various exception types into IpClientException, but the event message will be propagated.

Namespace: Jscape.IpClient
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public class IpClientException : Exception
Visual Basic
Public Class IpClientException _
	Inherits Exception
Visual C++
public ref class IpClientException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Jscape.IpClient..::..IpClientException

See Also