Class PdfException
Namespace: PdfToSvg
Assembly: IronPdf.dll
Syntax
public class PdfException : Exception
Constructors
PdfException(String)
Declaration
public PdfException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
PdfException(String, Exception)
Declaration
public PdfException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |