Raised when the device doesn't respond in the expected time.


Namespace: PalmSens.Comm
Assembly: PalmSens (in PalmSens.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      PalmSens.Comm.CommException
         PalmSens.Comm.TimeoutException

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