Creating objects of the specified class is not supported. This field is read-only.


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

Syntax

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

See Also