Spice |
The ClientLib then de-serializes the Spice3AppException, and throws it forwards.
public class Spice3AppException : Exception
The Spice3AppException type exposes the following members.
Name | Description | |
---|---|---|
Spice3AppException | ||
Spice3AppException(Exception) | ||
Spice3AppException(String) | ||
Spice3AppException(String, Exception) |
Name | Description | |
---|---|---|
RemoteStackTrace |
Name | Description | |
---|---|---|
GetAllExceptionMessages |
Gets the exception's message, and then descends through the inner exceptions, appending all their messages to the same string.
(Defined by ClientLibExtensions) |