Platform Symphony .NET API Reference - Version 5.0
SoamException Class
NamespacesPlatform.Symphony.SoamSoamException
The base exception for all exceptions created within the Symphony API.
Declaration Syntax
C#
public class SoamException : Exception
Members
All MembersConstructorsProperties



IconMemberDescription
SoamException(String, Exception)
Constructs an exception with the provided detail message and cause.

SoamException(String, Int32)
Constructs an exception with the provided detail message and an error code.

SoamException(String)
Constructs an exception with the provided detail message and no cause.

EmbeddedException
Returns the embedded exception object.

ErrorCode
Gets the Error Code associated with the exception.

ErrorType
Indicates the type of the exception by name, for example "FailureException".

Remarks
Developers are encouraged to throw only exceptions which inherit from this exception in their service code.
Inheritance Hierarchy
Object
Exception
 SoamException
  FatalException
  FailureException

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.0.0.0