Class IronPdfInputException
Inheritance
System.Object
IronPdfInputException
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronPdfInputException : Exception
Constructors
IronPdfInputException()
Declaration
public IronPdfInputException()
IronPdfInputException(String)
Declaration
public IronPdfInputException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
IronPdfInputException(String, Exception)
Declaration
public IronPdfInputException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |