C# Class Tailf.NotEnougthParametersException

Inheritance: System.Exception
Datei anzeigen Open project: kerryjiang/Tailf

Public Methods

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

Protected Methods

Method Description
NotEnougthParametersException ( System info, System context ) : System

Method Details

NotEnougthParametersException() public method

public NotEnougthParametersException ( ) : System
return System

NotEnougthParametersException() protected method

protected NotEnougthParametersException ( System info, System context ) : System
info System
context System
return System

NotEnougthParametersException() public method

public NotEnougthParametersException ( string message ) : System
message string
return System

NotEnougthParametersException() public method

public NotEnougthParametersException ( string message, Exception inner ) : System
message string
inner System.Exception
return System