C# Class QueuingDiscardException, youtube-downloader

Inheritance: BaseQueuingException
Afficher le fichier Open project: luizcarlosfaria/youtube-downloader

Méthodes publiques

Méthode Description
QueuingDiscardException ( ) : System,
QueuingDiscardException ( string message ) : System,
QueuingDiscardException ( string message, Exception, innerException ) : System,

Method Details

QueuingDiscardException() public méthode

public QueuingDiscardException ( ) : System,
Résultat System,

QueuingDiscardException() public méthode

public QueuingDiscardException ( string message ) : System,
message string
Résultat System,

QueuingDiscardException() public méthode

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