Table of Contents

Method AddError

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

AddError(ISyntaxError)

Adds specified error to the error collection.

public virtual int AddError(ISyntaxError err)

Parameters

err ISyntaxError

Specifies ISyntaxError to add.

Returns

int

Number of added error in the error collection.

AddError()

Creates a new ISyntaxError and add it to the error collection.

public virtual ISyntaxError AddError()

Returns

ISyntaxError

ISyntaxError that is added.