Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Returns the error at the specified index.
Public ReadOnly Property Item(ByVal index As Integer) As SAError
public SAError this[int index] {get;}
index The zero-based index of the error to retrieve.
An SAError object that contains the error at the specified index.