Exception thrown during communication trouble using FTDI cable


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

Syntax

Visual Basic (Declaration)
Public Class FTDIStream.FTDIException
    Inherits IOException
C#
public class FTDIStream.FTDIException : IOException
C++
ref class FTDIStream.FTDIException : IOException
J#
public class FTDIStream.FTDIException extends IOException
JScript
public class FTDIStream.FTDIException extends IOException

Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.IO.IOException
            PalmSens.Comm.Streams.FTDIStream.FTDIException

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