The base class for all Dart component license exceptions.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustInherit Class DartLicenseException
Inherits 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
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