PowerTCP Telnet for .NET CF
DartLicenseException Class
Members  See Also  Send comments on this topic.
Dart.Common Namespace : DartLicenseException Class




The base class for all Dart component license exceptions.

Object Model

DartLicenseException Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class DartLicenseException 
   Inherits System.Exception
Visual Basic (Usage)Copy Code
Dim instance As DartLicenseException
C# 
public abstract class DartLicenseException : System.Exception 
Managed Extensions for C++ 
public __gc abstract class DartLicenseException : public System.Exception 
C++/CLI 
public ref class DartLicenseException abstract : public System.Exception 

Remarks

Use the DartLicenseException class to catch runtime licensing exceptions. These exceptions are thrown at component creation time and during access of select properites or methods. The Message property will provide a description of the specific licensing problem encountered. The InnerException property should also be examined for additional details.

Inheritance Hierarchy

System.Object
   System.Exception
      Dart.Common.DartLicenseException
         Dart.Common.LicenseBadDeveloperFileException
         Dart.Common.LicenseInvalidException
         Dart.Common.LicenseNotFoundException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.