Microsoft.R.Core.Parser.ParseError.ParseError C# (CSharp) Méthode

ParseError() public méthode

public ParseError ( ParseErrorType errorType, ErrorLocation location, ITextRange range ) : System.Diagnostics
errorType ParseErrorType
location ErrorLocation
range ITextRange
Résultat System.Diagnostics
        public ParseError(ParseErrorType errorType, ErrorLocation location, ITextRange range) :
            base(range) {
            this.ErrorType = errorType;
            this.Location = location;
        }
    }
ParseError