Represents errors that occur during application execution.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      NetQuarry.EAPException

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