C# Class BaseQueuingException, youtube-downloader

Inheritance: Exception
Show file Open project: luizcarlosfaria/youtube-downloader

Public Methods

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

Method Details

BaseQueuingException() public method

public BaseQueuingException ( ) : System,
return System,

BaseQueuingException() public method

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

BaseQueuingException() public method

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