The IceLibConnectionExceptionTypes type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAccessDenied
The specified user or station does not have sufficient rights to perform the requested action.
Public fieldStatic memberAlernateWindowsAuthDisabled
Alternate windows authentication is disabled.
Public fieldStatic memberAuthentication
There was an error authenticating the username and/or password.
Public fieldStatic memberConnectionRefused
The connection was actively refused by the socket.
Public fieldStatic memberFail
There was a catastrophic failure during the connection process.
Public fieldStatic memberHostNameResolutionError
The specified host name could not be resolved.
Public fieldStatic memberICAuthDisabled
IC authentication is disabled.
Public fieldStatic memberIntegratedWindowsAuthDisabled
Windows authentication is disabled.
Public fieldStatic memberInvalidParameterValues
There were invalid parameters for the connect request.
Public fieldStatic memberInvalidSessionId
The Session ID is invalid.
Public fieldStatic memberLoginTimeout
The login request exceeded the timeout period.
Public fieldStatic memberNoRights
The required rights are unavailable.
Public fieldStatic memberNoServerFound
There was no server found.
Public fieldStatic memberRemoteAtLocal
Local logins to remote stations are not permitted.
Public fieldStatic memberRequiredLicenseNotAssigned
The license required to perform the requested operation is unavailable.
Public fieldStatic memberServerTooBusy
The server is currently too busy to accept a new session.
Public fieldStatic memberSessionRefusedBy
The session has been refused by the server.
Public fieldStatic memberSocket
A non-specific socket error occurred.
Public fieldStatic memberSocketConnectionTimedOut
The connection attempt timed out, or the connected host has failed to respond.
Public fieldStatic memberStationInactive
The specified station is marked inactive.
Public fieldStatic memberUnknownStation
The specified station is not known.
Public fieldStatic memberUnknownUser
The specified user name is not known.
Public fieldStatic memberUnspecified
An unknown error occurred.

See Also