Method | Description | |
---|---|---|
DownloadException ( ) : System | ||
DownloadException ( ErrorType type ) : System | ||
DownloadException ( ErrorType type, string message ) : System | ||
DownloadException ( string message ) : System | ||
DownloadException ( string message, |
||
DownloadException ( string message, string details ) : System |
Method | Description | |
---|---|---|
DownloadException ( |
||
GetObjectData ( |
public DownloadException ( ErrorType type ) : System | ||
type | ErrorType | |
return | System |
public DownloadException ( ErrorType type, string message ) : System | ||
type | ErrorType | |
message | string | |
return | System |
public DownloadException ( string message ) : System | ||
message | string | |
return | System |
public DownloadException ( string message, |
||
message | string | |
innerException | ||
return | System |
public DownloadException ( string message, string details ) : System | ||
message | string | |
details | string | |
return | System |