Table of Contents

Interface ISyntaxError

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

Represents properties to describe a particular syntax error in the code text.

public interface ISyntaxError : ICloneable

Properties

Description

When implemented by a class, gets or sets error description (reason).

ErrorCode

When implemented by a class, gets or sets error code.

ErrorType

When implemented by a class, gets or sets error type.

Name

When implemented by a class, gets or sets error name.

Position

When implemented by a class, gets or sets error position in the code text.

Range

When implemented by a class, gets or sets error scope.

Size

When implemented by a class, gets or sets error dimension.

UserData

When implemented by a class, gets or sets user data associated with this error.