C# Class QueuingRequeueException, youtube-downloader

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

Méthodes publiques

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

Method Details

QueuingRequeueException() public méthode

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

QueuingRequeueException() public méthode

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

QueuingRequeueException() public méthode

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