Microsoft.R.Core.Parser.ParseError.ParseError C# (CSharp) 메소드

ParseError() 공개 메소드

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