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

C# |
public class FatalException : SoamException

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | FatalException(String, Exception) | Constructs an exception with the provided detail message and cause. |
![]() | FatalException(String, Int32) | Constructs an exception with the provided detail message and an error code. |
![]() | FatalException(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 fatal error is thrown, the service request will not be retried on other compute hosts.
For more details, please refer to the Application Development Guide.

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