The exception that is thrown when an enumeration constant cannot be resolved.

Namespace: TallComponents.PDF.Layout.Xml
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

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

Remarks

Raised when an attribute corresponds to an enumeration property but the value of the attribute does not correspond to any of the enumeration constants.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF.Layout..::..PdfException
        TallComponents.PDF.Layout.Xml..::..XmlException
          TallComponents.PDF.Layout.Xml..::..EnumConstantNotFoundException

See Also