C# 클래스 SharpNeat.SharpNeatException

General purpose exception class for use within SharpNeat.
상속: System.ApplicationException
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

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