C# Class Tailf.NotEnougthParametersException

Inheritance: System.Exception
Afficher le fichier Open project: kerryjiang/Tailf

Méthodes publiques

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

Méthodes protégées

Méthode Description
NotEnougthParametersException ( System info, System context ) : System

Method Details

NotEnougthParametersException() public méthode

public NotEnougthParametersException ( ) : System
Résultat System

NotEnougthParametersException() protected méthode

protected NotEnougthParametersException ( System info, System context ) : System
info System
context System
Résultat System

NotEnougthParametersException() public méthode

public NotEnougthParametersException ( string message ) : System
message string
Résultat System

NotEnougthParametersException() public méthode

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