Click or drag to resize
SpellCheckErrorsCopyTo Method

Copies the SpellCheckErrors values to a one-dimensional Array instance at the specified index.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void CopyTo(
	SpellCheckError[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsSpellCheckError

The one-dimensional Array that is the destination of the values copied from SpellCheckErrors .

index
Type: SystemInt32
The index in array where copying begins.

Return Value

Type: 

None.

Exceptions
ExceptionCondition
ArgumentException

array is multidimensional.

-or-

The number of elements in the SpellCheckErrors is greater than the available space between index and the end of array.

ArgumentNullExceptionarray is .
ArgumentOutOfRangeExceptionindex is less than array's lowbound.
See Also

Reference

SystemArray