 | STDException Constructor (String) |
version: 10.22.0
Initalizes a new instance of STDException with a specified
error message.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic STDException(
string message
)
Parameters
- message
- Type: SystemString
Error message.
See Also