C# Class MichaelReukauff.Protobuf.ProtobufErrorTag

The error Tag to show the red squiggle line and hold the error message.
Inheritance: ProtobufTokenTag
Mostrar archivo Open project: mreu/ProtobufLanguageService Class Usage Examples

Public Methods

Method Description
ProtobufErrorTag ( string message ) : Lexer

Initializes a new instance of the ProtobufErrorTag class.

Method Details

ProtobufErrorTag() public method

Initializes a new instance of the ProtobufErrorTag class.
public ProtobufErrorTag ( string message ) : Lexer
message string /// The message. ///
return Lexer