The exception that is thrown when a value read cannot be translated into an expected type.

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

Syntax

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

Remarks

Raised when an attribute corresponds to a property but the value of the attribute cannot be parsed into a valid property value.

Inheritance Hierarchy

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

See Also