Method | Description | |
---|---|---|
WebTransferException ( ) : System |
Default constructor
|
|
WebTransferException ( string message ) : System |
Constructor
|
|
WebTransferException ( string message, System inner ) : System |
Constructor
|
public WebTransferException ( string message ) : System | ||
message | string | Exception message |
return | System |
public WebTransferException ( string message, System inner ) : System | ||
message | string | Exception message |
inner | System | Exception causing the exception |
return | System |