The exception that caused this error message.

Namespace: TallComponents.PDF.Diagnostics
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Exception Exception { get; }
Visual Basic
Public ReadOnly Property Exception As Exception
	Get

Remarks

This property will only contain a valid value for messages that have severity "Error". In other cases, it will be null.

See Also