SSH Factory for .NET

IpClientException Constructor (String, Exception)

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. In case that the cause for throwing IpClientException is not exception but invalid client operation or server response, IpClientException message will contain textual part of server response.

public IpClientException(
   string msg,
   Exception cause
);

Parameters

msg
the message of exception
cause
the exception which caused this exception

See Also

IpClientException Class | Jscape.IpClient Namespace | IpClientException Constructor Overload List