TransferException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TransferException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TransferException() | Initializes a new instance of the TransferException class. | |
TransferException(String) | Initializes a new instance of the TransferException class with the specified message text. | |
TransferException(SerializationInfo, StreamingContext) | Initializes a new instance of the TransferException class with the specified serialization information and streaming context. | |
TransferException(String, Exception) | Initializes a new instance of the TransferException class with the specified message text and inner exception. |
Top