Gets the error (if any) that occurred while loading the fixed page.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Exception FixedPageError { get; protected set; }
Visual Basic
Public Property FixedPageError As Exception
	Get
	Protected Set
Visual C++
public:
property Exception^ FixedPageError {
	Exception^ get ();
	protected: void set (Exception^ value);
}

Field Value

The fixed page error.

See Also