The specified class must be of the indicated base class. This field is read-only.


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

Syntax

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

See Also