Contains a collection of ErrorRecord instances returned by the server. Each instance in the collection corresponds to an exception that was chained and returned by the server. Chained exceptions are placed in an ErrorStack object and stored in an EngineRuntimeException object.


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

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class ErrorStack
    Implements ISerializable
C#
[SerializableAttribute]
public class ErrorStack : ISerializable
C++
[SerializableAttribute]
ref class ErrorStack : ISerializable
J#
/** @attribute SerializableAttribute() */
public class ErrorStack implements ISerializable
JScript
public 
   SerializableAttribute
class ErrorStack extends ISerializable

Inheritance Hierarchy

System.Object
   FileNet.Api.Exception.ErrorStack

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