| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public NotInheritable Class InvalidLicenseException Inherits MicrXpressException | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[SerializableAttribute()] public sealed class InvalidLicenseException : MicrXpressException | |
| Managed Extensions for C++ | |
|---|---|
[SerializableAttribute()] public __gc __sealed class InvalidLicenseException : public MicrXpressException | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public ref class InvalidLicenseException sealed : public MicrXpressException | |
The following is a list of possible actions that can trigger this exception:
- Reader.AnalyzeField(Bitmap) is called without a proper license.
- TextLineResult.Parse is called without a proper license.
System.Object
System.Exception
Accusoft.MicrXpressSdk.MicrXpressException
Accusoft.MicrXpressSdk.InvalidLicenseException

