Click or drag to resize

ListExecutionException Class

List execution could not be completed due to an error.
Inheritance Hierarchy
SystemObject
  SystemException
    RpcRemoteException
      RAYLASE.SPICE3ListExecutionException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.10.0
Syntax
C#
public class ListExecutionException : RpcRemoteException

The ListExecutionException type exposes the following members.

Properties
 NameDescription
Public propertyCurrentListId This is the list id that was running at the time the exception occurred. If currently a sub list is processed due to a call instruction, this will point to it.
Public propertyQueuedListId This is the list id that was originally queued. If currently a sub list is processed due to a call instruction, this still points to the original list.
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllExceptionMessages Gets the exception's message, and then descends through the inner exceptions, appending all their messages to the same string.
(Defined by ClientLibExtensions)
Top
Remarks
Please refer to SP-ICE-3-Specific Exceptions for further information.
See Also