Base class for all exceptions thrown from TallComponents components.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.91.0

Syntax

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

Inheritance Hierarchy

See Also