C# Class Microsoft.R.Editor.Validation.Errors.ValidationErrorBase

Inheritance: Microsoft.Languages.Core.Text.TextRange, IValidationError
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
ValidationErrorBase ( ITextRange range, string message, ErrorLocation location, ErrorSeverity severity ) : System.Diagnostics.CodeAnalysis

Private Methods

Method Description
GetLocationRange ( IAstNode node, RToken token, ErrorLocation location ) : ITextRange

Method Details

ValidationErrorBase() public method

public ValidationErrorBase ( ITextRange range, string message, ErrorLocation location, ErrorSeverity severity ) : System.Diagnostics.CodeAnalysis
range ITextRange
message string
location ErrorLocation
severity ErrorSeverity
return System.Diagnostics.CodeAnalysis