Thrown to indicate a non-fatal error has occurred in the service.

C# |
public class FailureException : SoamException

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |

After a FailureException has occurred, the service request can still be retried on other compute hosts.
NOTE: If any of the methods of this class are called after the main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).
For more details, please refer to the Application Development Guide.

Object | |||
![]() | Exception | ||
![]() | SoamException | ||
![]() | FailureException |