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)

ToggleSyntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ExceptionCode _
	Inherits LString
C#
[SerializableAttribute]
public class ExceptionCode : LString
Visual C++
[SerializableAttribute]
public ref class ExceptionCode : public LString
JavaScript
FileNet.Api.Exception.ExceptionCode = function();

Type.createClass(
	'FileNet.Api.Exception.ExceptionCode',
	FileNet.Apiimpl.Util.LString);

ToggleInheritance Hierarchy

System..::.Object
  LString
    FileNet.Api.Exception..::.ExceptionCode

ToggleSee Also