The error at index

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

Syntax

C#
ASException GetError(
	int index
)
Visual Basic
Function GetError ( 
	index As Integer
) As ASException
Visual C++
ASException^ GetError(
	int index
)
F#
abstract GetError : 
        index : int -> ASException 

Parameters

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

Return Value

Type: ASException
The exception at index

See Also