The exception that is thrown when an XML attribute maps to a read only property of the corresponding class.

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

Syntax

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

Remarks

Make sure the property can be set as well.

Inheritance Hierarchy

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

See Also