Gets the error message at the given spot in the array of error messages

Namespace: Asi.iBO.Errors
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CError GetError(
	int index
)
Visual Basic
Public Function GetError ( _
	index As Integer _
) As CError
Visual C++
public:
CError^ GetError(
	int index
)

Parameters

index
Type: System..::..Int32
The zero-based index into the array of error messages

Return Value

The requested CError

See Also