C# Class ServiceStartException, youtube-downloader

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

Public Methods

Method Description
ServiceStartException ( ) : System,
ServiceStartException ( string message ) : System,
ServiceStartException ( string message, Exception, inner ) : System,

Protected Methods

Method Description
ServiceStartException ( SerializationInfo, info, StreamingContext, context ) : System,

Method Details

ServiceStartException() public method

public ServiceStartException ( ) : System,
return System,

ServiceStartException() protected method

protected ServiceStartException ( SerializationInfo, info, StreamingContext, context ) : System,
info SerializationInfo,
context StreamingContext,
return System,

ServiceStartException() public method

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

ServiceStartException() public method

public ServiceStartException ( string message, Exception, inner ) : System,
message string
inner Exception,
return System,