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.
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 | ||
![]() | FatalException |