SoxException Constructor (SoxErrorCode, 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(
SoxErrorCode errorCode,
string message
)
public:
SoxException(
SoxErrorCode errorCode,
String^ message
)
PSI.Sox.SoxException = function(errorCode, message);
Parameters
- errorCode
- Type: PSI.SoxSoxErrorCode
The ErrorCode that indicates the error. - message
- Type: SystemString
The message that describes the error.
See Also