The specified parameter is either null or has an invalid value. This field is read-only.


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

Syntax

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

See Also