License message: added link to license configuration

This commit is contained in:
MarcinZiabek
2023-05-04 13:12:57 +02:00
parent 868bcde7a0
commit 6ab7019457
+2 -1
View File
@@ -75,7 +75,8 @@ namespace QuestPDF.Drawing
$"The library does not require any license key. " +
$"We trust our users, and therefore the process is simple. " +
$"To disable license validation and turn off this exception, please configure an eligible license using the QuestPDF.Settings.License API, for example: {newParagraph}" +
$"\"QuestPDF.Settings.License = LicenseType.Community;\". {newParagraph}";
$"\"QuestPDF.Settings.License = LicenseType.Community;\". {newParagraph}" +
$"Learn more on: https://www.questpdf.com/license-configuration.html";
throw new Exception(exceptionMessage)
{