C# Class YAMP.Exceptions.YAMPNotConvergedException

Class to use for numeric non-convergence exceptions.
Inheritance: YAMPRuntimeException
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
YAMPNotConvergedException ( String function ) : System

Creates a new not converged exception.

Method Details

YAMPNotConvergedException() public méthode

Creates a new not converged exception.
public YAMPNotConvergedException ( String function ) : System
function String The function where the problem occured.
Résultat System