C# Class xpidea.neuro.net.ENeuroException

Implements an exception thrown on any execution error.
Inheritance: System.ApplicationException
Mostra file Open project: AlexCherkasov/Neuro.NET

Public Methods

Method Description
ENeuroException ( string message ) : System

Cunstructor. Creates the exception.

Method Details

ENeuroException() public method

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