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)

ToggleSyntax

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

Type.createClass(
	'FileNet.Api.Exception.ErrorStack',
	null,
	ISerializable);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Exception..::.ErrorStack

ToggleSee Also