C# 클래스 xpidea.neuro.net.ENeuroException

Implements an exception thrown on any execution error.
상속: System.ApplicationException
파일 보기 프로젝트 열기: AlexCherkasov/Neuro.NET

공개 메소드들

메소드 설명
ENeuroException ( string message ) : System

Cunstructor. Creates the exception.

메소드 상세

ENeuroException() 공개 메소드

Cunstructor. Creates the exception.
public ENeuroException ( string message ) : System
message string Error message.
리턴 System