RenderingException Constructor

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
An exception that might be thrown to indicate that things went wrong with document ro page rendering.

Namespace:  Apitron.PDF.Rasterizer.ErrorHandling
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public RenderingException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception, or an empty string("").
See Also

Reference