C# Class YAMP.Exceptions.YAMPNotConvergedException

Class to use for numeric non-convergence exceptions.
Inheritance: YAMPRuntimeException
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
YAMPNotConvergedException ( String function ) : System

Creates a new not converged exception.

Method Details

YAMPNotConvergedException() public method

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