The exception that caused this error message.

Namespace: TallComponents.PDF.Rasterizer.Diagnostics
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.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