C# Class QueuingRequeueException, youtube-downloader

Inheritance: BaseQueuingException
Datei anzeigen Open project: luizcarlosfaria/youtube-downloader

Public Methods

Method Description
QueuingRequeueException ( ) : System,
QueuingRequeueException ( string message ) : System,
QueuingRequeueException ( string message, Exception, innerException ) : System,

Method Details

QueuingRequeueException() public method

public QueuingRequeueException ( ) : System,
return System,

QueuingRequeueException() public method

public QueuingRequeueException ( string message ) : System,
message string
return System,

QueuingRequeueException() public method

public QueuingRequeueException ( string message, Exception, innerException ) : System,
message string
innerException Exception,
return System,