Creates exception with specified message string.
Creates exception with specified message string.
public IpClientException(string);
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,Exception);
IpClientException Class | Jscape.IpClient Namespace