C# 클래스 Microsoft.HockeyApp.Exceptions.WebTransferException

Exception used for indication an exception during datatransfer to the server like a connection timeout. ( => Try again later )
상속: System.Exception
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

메소드 설명
WebTransferException ( ) : System

Default constructor

WebTransferException ( string message ) : System

Constructor

WebTransferException ( string message, System inner ) : System

Constructor

메소드 상세

WebTransferException() 공개 메소드

Default constructor
public WebTransferException ( ) : System
리턴 System

WebTransferException() 공개 메소드

Constructor
public WebTransferException ( string message ) : System
message string Exception message
리턴 System

WebTransferException() 공개 메소드

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