SoxException Constructor |
Name | Description | |
---|---|---|
SoxException |
Initializes a new instance of the Ups.Sox.SoxException class
| |
SoxException(String) |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error message.
| |
SoxException(Int32, String) |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error code and error message .
| |
SoxException(SerializationInfo, StreamingContext) |
Initializes a new instance of the Ups.Sox.SoxException class with serialized data.
| |
SoxException(String, Exception) |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error message and a reference to the
inner exception that is the cause of this exception.
| |
SoxException(SoxErrorCode, String) |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error code and error message .
| |
SoxException(Int32, String, Exception) |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error code, error message and a
reference to the inner exception that is the cause of this exception
| |
SoxException(SoxErrorCode, String, Exception) |
Initializes a new instance of the Ups.Sox.SoxException class with a specified error code, error message and a
reference to the inner exception that is the cause of this exception
|