Platform Symphony .NET API Reference - Version 4.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.

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: 4.1.0.0