Error in PalmSens Communication


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

Syntax

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

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