Click or drag to resize
ConnectionError Enumeration
ConnectionError Enum

Namespace:  BlackBerry.Workspaces.Core
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public enum ConnectionError
Members
  Member nameValueDescription
NoError0 NoError
ProxyServerNotFound1 ProxyServerNotFound
ProxyAuthenticationRequired2 ProxyAuthenticationRequired
ProxyAuthenticationFailed3 ProxyAuthenticationFailed
ApplicationServerNotFound4 ApplicationServerNotFound
ApplicationServerNotFoundViaProxy5 ApplicationServerNotFoundViaProxy
UntrustedServer6 UntrustedServer
InvalidURI7 InvalidURI
UnknownError8 UnknownError
See Also