Item property

Returns the error at the specified index.

Syntax
Visual Basic

Public Readonly Property Item ( _
   ByVal index As Integer _
) As SAError
C#

public SAError this [ 
   int index
] { get;}
Parameters
  • index   The zero-based index of the error to retrieve.

Property value

An SAError object that contains the error at the specified index.

See also