This exception is thrown, when there is timeout occured on read write of parameter.

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

Syntax

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

Inheritance Hierarchy

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

See Also