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.ExceptionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Inheritance Hierarchy
System..::.Object
FileNet.Api.Exception..::.ErrorStack
FileNet.Api.Exception..::.ErrorStack