Property MaxBlocks
MaxBlocks
Gets or sets the total number of blocks either document may contain before the comparison refuses to start. Unlike MaxAlignmentCells this is a hard stop, not a fallback: it throws ResourceLimitExceededException.
public int MaxBlocks { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is not positive.