The indicated resource was not found. 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_NOT_FOUND As ExceptionCode
C#
public static readonly ExceptionCode E_RESOURCE_NOT_FOUND;
C++
public:
 static const ExceptionCode E_RESOURCE_NOT_FOUND;
J#
public static final ExceptionCode E_RESOURCE_NOT_FOUND
JScript
public static const var E_RESOURCE_NOT_FOUND : ExceptionCode;

See Also