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)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function IsFatal() As Boolean |
C# |
---|
public virtual bool IsFatal() |
C++ |
---|
public: virtual bool IsFatal() |
J# |
---|
public virtual bool IsFatal() |
JScript |
---|
public virtual function IsFatal() : bool |
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.