Enumerates unchecked exception messages. Methods are supplied for the localization of these messages. This class cannot be instantiated.


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

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class ExceptionCode
    Inherits LString
C#
[SerializableAttribute]
public class ExceptionCode : LString
C++
[SerializableAttribute]
ref class ExceptionCode : LString
J#
/** @attribute SerializableAttribute() */
public class ExceptionCode extends LString
JScript
public 
   SerializableAttribute
class ExceptionCode extends LString

Inheritance Hierarchy

System.Object
   FileNet.Apiimpl.Util.LString
      FileNet.Api.Exception.ExceptionCode

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also