Click or drag to resize

TransferException Constructor

Overload List
  NameDescription
Public methodTransferException
Initializes a new instance of the TransferException class.
Public methodTransferException(String)
Initializes a new instance of the TransferException class.
Public methodTransferException(TransferErrorCode)
Initializes a new instance of the TransferException class.
Protected methodTransferException(SerializationInfo, StreamingContext)
Initializes a new instance of the TransferException class.
Public methodTransferException(String, Exception)
Initializes a new instance of the TransferException class.
Public methodTransferException(TransferErrorCode, String)
Initializes a new instance of the TransferException class.
Public methodTransferException(TransferErrorCode, String, Exception)
Initializes a new instance of the TransferException class.
Top
See Also