An inappropriate object was passed as parameter to this function. For example, the object does not support a required interface or is of an inappropriate class. This field is read-only.


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

Syntax

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

See Also