C# Класс SharpNeat.SharpNeatException

General purpose exception class for use within SharpNeat.
Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
SharpNeatException ( ) : System

Initializes a new instance of the SharpNeatException class.

SharpNeatException ( string message ) : System

Initializes a new instance of the SharpNeatException class with a specified error message.

SharpNeatException ( string message, System innerException ) : System

Initializes a new instance of the SharpNeatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

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

Initializes a new instance of the SharpNeatException class.
public SharpNeatException ( ) : System
Результат System

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

Initializes a new instance of the SharpNeatException class with a specified error message.
public SharpNeatException ( string message ) : System
message string
Результат System

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

Initializes a new instance of the SharpNeatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SharpNeatException ( string message, System innerException ) : System
message string
innerException System
Результат System