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