C# Класс ScheduleWorks.Algorithm.GeneticAlgorithmDataIsEmptyException

Наследование: GeneticAlgorithmNotInitializedException
Показать файл Открыть проект

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

Метод Описание
GeneticAlgorithmDataIsEmptyException ( ) : System
GeneticAlgorithmDataIsEmptyException ( string message ) : System
GeneticAlgorithmDataIsEmptyException ( string message, Exception innerException ) : System

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

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

public GeneticAlgorithmDataIsEmptyException ( ) : System
Результат System

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

public GeneticAlgorithmDataIsEmptyException ( string message ) : System
message string
Результат System

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

public GeneticAlgorithmDataIsEmptyException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System