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