Improved infinite layout debugging experience

This commit is contained in:
Marcin Ziąbek
2021-09-07 00:32:51 +02:00
parent 5e7f2a3adf
commit 6a3bfd855e
25 changed files with 343 additions and 225 deletions
@@ -4,6 +4,8 @@ namespace QuestPDF.Drawing.Exceptions
{
public class DocumentLayoutException : Exception
{
public string ElementTrace { get; set; }
public DocumentLayoutException()
{