The URI for server communication cannot be determined, based on the specified connection object and current environment. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly API_UNABLE_TO_USE_CONNECTION As ExceptionCode |
C# |
---|
public static readonly ExceptionCode API_UNABLE_TO_USE_CONNECTION; |
C++ |
---|
public: static const ExceptionCode API_UNABLE_TO_USE_CONNECTION; |
JScript |
---|
public static const var API_UNABLE_TO_USE_CONNECTION : ExceptionCode; |
See Also