示例#1
0
 public PDFiumException()
     : base($"PDFium Error: {PDFium.FPDF_GetLastError().GetDescription()}")
 {
 }