ImportDataException is raised when one or more exeptions are raised when importing data.

Namespace: TallComponents.PDF.Forms.Data
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
[SerializableAttribute]
public class ImportDataException : PdfException
Visual Basic
<SerializableAttribute> _
Public Class ImportDataException _
	Inherits PdfException

Remarks

This exception hold an array of inner exeptions.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF..::..PdfException
        TallComponents.PDF.Forms.Data..::..ImportDataException

See Also