Solclient
STDException Constructor (String) |
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: 7.2.1.27 (7.2.1.27)
Syntax
public STDException( string message )
Public Sub New ( message As String )
public: STDException( String^ message )
Parameters
- message
- Type: SystemString
Error message.
See Also