SoxException Constructor (String) | |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error message.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public SoxException(
string message
)
public:
SoxException(
String^ message
)
PSI.Sox.SoxException = function(message);
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also