The database has been corrupted: the Security Id indicated cannot be found in the security descriptor table. This exception is logged. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly SECURITY_MISSING_SECURITY_ID As ExceptionCode |
C# |
---|
public static readonly ExceptionCode SECURITY_MISSING_SECURITY_ID; |
C++ |
---|
public: static const ExceptionCode SECURITY_MISSING_SECURITY_ID; |
JScript |
---|
public static const var SECURITY_MISSING_SECURITY_ID : ExceptionCode; |
See Also