Click or drag to resize

BadAlignmentException Constructor

Creates a new BadAlignmentException with the specified message.

Namespace:  Atalasoft.FormsProcessing.Alignment
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BadAlignmentException(
	string message
)

Parameters

message
Type: SystemString
The message to be contained within this exception.
See Also