Overload List

  Name Description
Public method IpClientException(String)
Creates exception with specified message string.
Public method IpClientException(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.

See Also