ConnectionError Enumeration

Supported errors during connection to the remote server.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public enum ConnectionError

Members

NoError0 Connection established successfully.
HttpError1 HTTP error occured during server connection.
WebError2 Web error occured during server connection.
GeneralEstablishConnectionError3 An error occurred while preparing to establish a connection to the server.
GeneralRequestError4 An error occurred while sending a request to the server.
GeneralResponseError5 An error occurred while receiving a response from the server.
UriFormatError6 Incorrect server DNS name.
IpAddressNotDetectedError7 IP address is not defined or is incorrectly specified

See Also