Represents not supported exception

Namespace: EAL.Exceptions
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
public class NotSupportedEALException : EALException
Visual Basic
Public Class NotSupportedEALException
	Inherits EALException
Visual C++
public ref class NotSupportedEALException : public EALException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    EAL.Exceptions..::..EALException
      EAL.Exceptions..::..NotSupportedEALException

See Also