ResultListTGetError Method |
The error at index
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxASException GetError(
int index
)
Function GetError (
index As Integer
) As ASException
ASException^ GetError(
int index
)
abstract GetError :
index : int -> ASException
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
ASExceptionThe exception at index
See Also