An error occurred during loading of the indicated resource file. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly E_RESOURCE_LOADING_ERROR As ExceptionCode
C#
public static readonly ExceptionCode E_RESOURCE_LOADING_ERROR;
C++
public:
 static const ExceptionCode E_RESOURCE_LOADING_ERROR;
J#
public static final ExceptionCode E_RESOURCE_LOADING_ERROR
JScript
public static const var E_RESOURCE_LOADING_ERROR : ExceptionCode;

See Also