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 |
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.
System.Object
System.Exception
Dart.LiveControls.DartLicenseException
Target Platforms: Microsoft .NET Framework 2.0