Not licensed for use with SDK


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      PalmSens.Comm.LicenseException

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