C# Класс YAMP.Exceptions.YAMPNotConvergedException

Class to use for numeric non-convergence exceptions.
Наследование: YAMPRuntimeException
Показать файл Открыть проект

Открытые методы

Метод Описание
YAMPNotConvergedException ( String function ) : System

Creates a new not converged exception.

Описание методов

YAMPNotConvergedException() публичный Метод

Creates a new not converged exception.
public YAMPNotConvergedException ( String function ) : System
function String The function where the problem occured.
Результат System