Raised when unparsable data is received.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      PalmSens.Comm.UnknownDataException

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