FatalErrorException(String, Exception) Constructor
            This initializes a new instance of the FatalErrorException class with a specified
            error message and cause exception.
            
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.2
public FatalErrorException(
	string message,
	Exception cause
)
Parameters
- message  String
 - The error message.
 - cause  Exception
 - The cause exception.