C# Class ServiceStartException, youtube-downloader

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

Méthodes publiques

Méthode Description
ServiceStartException ( ) : System,
ServiceStartException ( string message ) : System,
ServiceStartException ( string message, Exception, inner ) : System,

Méthodes protégées

Méthode Description
ServiceStartException ( SerializationInfo, info, StreamingContext, context ) : System,

Method Details

ServiceStartException() public méthode

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

ServiceStartException() protected méthode

protected ServiceStartException ( SerializationInfo, info, StreamingContext, context ) : System,
info SerializationInfo,
context StreamingContext,
Résultat System,

ServiceStartException() public méthode

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

ServiceStartException() public méthode

public ServiceStartException ( string message, Exception, inner ) : System,
message string
inner Exception,
Résultat System,