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



IconMemberDescription
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.

Remarks

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.

Inheritance Hierarchy
Object
Exception
 SoamException
  FatalException

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