C# Class Rolcore.Math.FractionException

Inheritance: System.Exception
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
FractionException ( ) : System
FractionException ( string Message ) : System
FractionException ( string Message, Exception InnerException ) : System

Protected Methods

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

Method Details

FractionException() public method

public FractionException ( ) : System
return System

FractionException() protected method

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

FractionException() public method

public FractionException ( string Message ) : System
Message string
return System

FractionException() public method

public FractionException ( string Message, Exception InnerException ) : System
Message string
InnerException System.Exception
return System