C# Class QueuingDiscardException, youtube-downloader

Inheritance: BaseQueuingException
Mostra file Open project: luizcarlosfaria/youtube-downloader

Public Methods

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

Method Details

QueuingDiscardException() public method

public QueuingDiscardException ( ) : System,
return System,

QueuingDiscardException() public method

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

QueuingDiscardException() public method

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