Indicates whether any of the batch items have an associated exception as a result of the batch retrieval operation.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function HasExceptions() As Boolean |
C# |
---|
public virtual bool HasExceptions() |
C++ |
---|
public: virtual bool HasExceptions() |
J# |
---|
public virtual bool HasExceptions() |
JScript |
---|
public virtual function HasExceptions() : bool |
Return Value
A
value of
if there is an exception associated with any batch item; otherwise,
.