Click or drag to resize

ConnectionError Enumeration

[Missing <summary> documentation for "T:BlackBerry.Workspaces.Core.ConnectionError"]

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public enum ConnectionError
Members
  Member nameValueDescription
NoError0
ProxyServerNotFound1
ProxyAuthenticationRequired2
ProxyAuthenticationFailed3
ApplicationServerNotFound4
ApplicationServerNotFoundViaProxy5
UntrustedServer6
InvalidURI7
UnknownError8
See Also