Click or drag to resize

SoxException Constructor

Overload List
  NameDescription
Public methodSoxException
Initializes a new instance of the Ups.Sox.SoxException class
Public methodSoxException(String)
Initializes a new instance of the Ups.Sox.SoxException class with a specified error message.
Public methodSoxException(Int32, String)
Initializes a new instance of the Ups.Sox.SoxException class with a specified error code and error message .
Protected methodSoxException(SerializationInfo, StreamingContext)
Initializes a new instance of the Ups.Sox.SoxException class with serialized data.
Public methodSoxException(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.
Public methodSoxException(SoxErrorCode, String)
Initializes a new instance of the Ups.Sox.SoxException class with a specified error code and error message .
Public methodSoxException(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
Public methodSoxException(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
Top
See Also