The error at index

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
ASException GetError(
	int index
)
Visual Basic
Function GetError ( _
	index As Integer _
) As ASException
Visual C++
ASException^ GetError(
	int index
)

Parameters

index
Type: System..::..Int32
The index.

Return Value

The exception at index

See Also