Get the exception occurred during interpretation of the license key. If license is valid and successfull parse, returns null.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
CartellaLicenseException ErrorWithLicenseKey { get; }
Visual Basic
ReadOnly Property ErrorWithLicenseKey As CartellaLicenseException
	Get
Visual C++
property CartellaLicenseException^ ErrorWithLicenseKey {
	CartellaLicenseException^ get ();
}

See Also