Defines an exception thrown by a license manager when a valid license could not be acquired. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| LicenseManager_LicenseError (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| LicenseManager_LicenseError () | |
| LicenseManager_LicenseError (string theDetails) | |
| string | what () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines an exception thrown by a license manager when a valid license could not be acquired.
License Manager throws this exception when it cannot acquire a valid license for protected components. Use it to distinguish license-related errors from other exceptions.
Example:
|
inline |
Empty constructor.