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

Inheritance: Microsoft.Languages.Core.Text.TextRange, IValidationError
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

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

Private Methods

Méthode Description
GetLocationRange ( IAstNode node, RToken token, ErrorLocation location ) : ITextRange

Method Details

ValidationErrorBase() public méthode

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