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
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

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

See Also