10.24.0

FatalErrorException(String) Constructor

This initializes a new instance of the FatalErrorException class with a specified error message.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public FatalErrorException(
	string message
)

Parameters

message  String
The error message.

See Also