C# Class Microsoft.HockeyApp.Exceptions.WebTransferException

Exception used for indication an exception during datatransfer to the server like a connection timeout. ( => Try again later )
Inheritance: System.Exception
Mostrar archivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Methods

Method Description
WebTransferException ( ) : System

Default constructor

WebTransferException ( string message ) : System

Constructor

WebTransferException ( string message, System inner ) : System

Constructor

Method Details

WebTransferException() public method

Default constructor
public WebTransferException ( ) : System
return System

WebTransferException() public method

Constructor
public WebTransferException ( string message ) : System
message string Exception message
return System

WebTransferException() public method

Constructor
public WebTransferException ( string message, System inner ) : System
message string Exception message
inner System Exception causing the exception
return System