C# 클래스 Microsoft.R.Editor.Validation.Errors.ValidationErrorBase

상속: Microsoft.Languages.Core.Text.TextRange, IValidationError
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
ValidationErrorBase ( ITextRange range, string message, ErrorLocation location, ErrorSeverity severity ) : System.Diagnostics.CodeAnalysis

비공개 메소드들

메소드 설명
GetLocationRange ( IAstNode node, RToken token, ErrorLocation location ) : ITextRange

메소드 상세

ValidationErrorBase() 공개 메소드

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