The indicated data type is either null or incompatible with the expected data type. The system encountered a data type that was not expected. This condition can occur when the server is attempting to bind a property value to a database column type and the property value is either null or of a data type that is incompatible with the expected data type.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly DB_BAD_DATATYPE As ExceptionCode
C#
public static readonly ExceptionCode DB_BAD_DATATYPE
Visual C++
public:
static initonly ExceptionCode^ DB_BAD_DATATYPE
JavaScript
FileNet.Api.Exception.ExceptionCode.dB_BAD_DATATYPE

ToggleSee Also