Error Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
If an error has occured, Error contains information about the error; otherwise, Error is null.

Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

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

See Also