Class PdfException
Inheritance
System.Object
PdfException
Assembly: IronPdf.dll
Syntax
public class PdfException : Exception
Constructors
PdfException()
Declaration
PdfException(PdfError)
Declaration
public PdfException(PdfError error)
Parameters
PdfException(SerializationInfo, StreamingContext)
Declaration
protected PdfException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
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 |
|
Properties
Error
Declaration
public PdfError Error { get; }
Property Value