Indicates whether the exception is thrown back to the initiating client, or whether it can be returned by an accessor method.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function IsFatal As Boolean
C#
public virtual bool IsFatal()
Visual C++
public:
virtual bool IsFatal()
JavaScript
function isFatal();

Return Value

A boolean value. If true, a fatal exception is always thrown back to the initiating client; otherwise, the exception can be returned by an accessor method.

ToggleSee Also