Implements an exception thrown on any execution error.


Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public Class ENeuroException
    Inherits ApplicationException
C#
public class ENeuroException : ApplicationException
C++
ref class ENeuroException : ApplicationException
J#
public class ENeuroException extends ApplicationException
JScript
public class ENeuroException extends ApplicationException

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         xpidea.neuro.net.ENeuroException

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also