PdfErrorEventArgs Class
Definition
Event arguments for PDF errors.
public class PdfErrorEventArgs
Constructors
| Name | Description |
|---|---|
| PdfErrorEventArgs | No summary available. |
PdfErrorEventArgs Constructor
public PdfErrorEventArgs(string message, Exception exception)
Parameters
message string
exception Exception
Properties
Exception Property
public Exception Exception { get; set; }
Message Property
public string Message { get; set; }