Platform Symphony .NET API Reference - Version 5.1
FatalException Constructor (message, cause)
NamespacesPlatform.Symphony.SoamFatalExceptionFatalException(String, Exception)
Constructs an exception with the provided detail message and cause.
Declaration Syntax
C#
public FatalException(
	string message,
	Exception cause
)
Parameters
message (String)
The detail message. The detail message can be accessed through the Message property.
cause (Exception)
The cause of the exception. The cause can be accessed through the InnerException property.

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