Namespace TallComponents.PDF.Forms.Data
Class ImportDataException
ImportDataException is raised when one or more exceptions are raised when importing data.
This exception hold an array of inner exceptions.
Syntax
public class ImportDataException : PdfException
Properties
Exception[] InnerExceptions
The actual exceptions that are thrown.
String Message
Gets a message that describes the current exception.