PowerWEB LiveControls for ASP.NET
DartLicenseException Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : DartLicenseException Class



The base class for all Dart component license exceptions.

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 
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.LiveControls.DartLicenseException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.