C# Class BaseQueuingException, youtube-downloader

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

Méthodes publiques

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

Method Details

BaseQueuingException() public méthode

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

BaseQueuingException() public méthode

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

BaseQueuingException() public méthode

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