C# Class RadioDld.DownloadException

Inheritance: System.Exception
Afficher le fichier Open project: ribbons/RadioDownloader

Méthodes publiques

Méthode Description
DownloadException ( ) : System
DownloadException ( ErrorType type ) : System
DownloadException ( ErrorType type, string message ) : System
DownloadException ( string message ) : System
DownloadException ( string message, Exception innerException ) : System
DownloadException ( string message, string details ) : System

Private Methods

Méthode Description
DownloadException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

DownloadException() public méthode

public DownloadException ( ) : System
Résultat System

DownloadException() public méthode

public DownloadException ( ErrorType type ) : System
type ErrorType
Résultat System

DownloadException() public méthode

public DownloadException ( ErrorType type, string message ) : System
type ErrorType
message string
Résultat System

DownloadException() public méthode

public DownloadException ( string message ) : System
message string
Résultat System

DownloadException() public méthode

public DownloadException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

DownloadException() public méthode

public DownloadException ( string message, string details ) : System
message string
details string
Résultat System