Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
xpidea
neuro
net
ENeuroException
C# Class xpidea.neuro.net.ENeuroException
Implements an exception thrown on any execution error.
Inheritance:
System.ApplicationException
Exibir arquivo
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