C# 클래스 YAMP.Exceptions.YAMPNotConvergedException

Class to use for numeric non-convergence exceptions.
상속: YAMPRuntimeException
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
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