FatalErrorException Constructor (String, Exception)

Solclient

FatalErrorException Constructor (String, Exception)
version: 7.2.1.27
This initializes a new instance of the FatalErrorException class with a specified error message and cause exception.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public FatalErrorException(
	string message,
	Exception cause
)
Public Sub New ( 
	message As String,
	cause As Exception
)
public:
FatalErrorException(
	String^ message, 
	Exception^ cause
)

Parameters

message
Type: SystemString
The error message.
cause
Type: SystemException
The cause exception.
See Also