Click or drag to resize

Spice3AppException Class

The generic exception used for reporting problems from the "firmware" (RTB) back to the ClientLib.
Remarks
Exceptions thrown inside the RTB are caught by the JSON-RPC layer, which then wraps them in a Spice3AppExecption before serializing them for transmission to the ClientLib.

The ClientLib then de-serializes the Spice3AppException, and throws it forwards.

Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3Spice3AppException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class Spice3AppException : Exception

The Spice3AppException type exposes the following members.

Constructors
Methods
 NameDescription
Public methodToString
(Overrides ExceptionToString)
Top
Fields
 NameDescription
Public fieldRemoteStackTrace 
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
See Also