Solclient
FatalErrorException Constructor (String) |
This initializes a new instance of the FatalErrorException class with a specified
error message.
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 )
Public Sub New ( message As String )
public: FatalErrorException( String^ message )
Parameters
- message
- Type: SystemString
The error message.
See Also