Can't compare dissimilar types. This field is read-only.


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

Syntax

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

See Also