The exception that caused this error message.

Namespace: TallComponents.PDF.Diagnostics
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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