Exception that is thrown whenever the PalmSens doesn't respond


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      PalmSens.Comm.NoResponseException

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