Platform Symphony .NET API Reference - Version 5.0
FailureException Class
NamespacesPlatform.Symphony.SoamFailureException
Thrown to indicate a non-fatal error has occurred in the service.
Declaration Syntax
C#
public class FailureException : SoamException
Members
All MembersConstructorsProperties



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

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

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

ApplyCustomizedDebugAction
Specifies whether to apply the customizedDebugAction when this exception is thrown.

Remarks

After a FailureException has occurred, the service request can still be retried on other compute hosts.

For more details, please refer to the Application Development Guide.

Inheritance Hierarchy
Object
Exception
 SoamException
  FailureException

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