20 references to Strings
Microsoft.Data.Analysis.Tests (20)
src\Microsoft.Data.Analysis\Strings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Data.Analysis.Strings", typeof(
Strings
).Assembly);
src\Microsoft.Data.Analysis\TextFieldParser.cs (19)
453
throw new ArgumentException(string.Format(
Strings
.PositiveNumberOfCharacters, nameof(numberOfChars)));
573
throw new ArgumentException(
Strings
.StreamDoesntSupportReading);
587
throw new FileNotFoundException(
Strings
.FileNotFound);
668
throw new Exception(
Strings
.ExceededMaxBufferSize);
804
throw new Exception(string.Format(
Strings
.CannotParseWithDelimiters, currentLineNumber));
822
throw new Exception(string.Format(
Strings
.CannotParseWithDelimiters, currentLineNumber));
828
throw new Exception(string.Format(
Strings
.LineExceedsMaxLineSize, currentLineNumber));
837
throw new Exception(string.Format(
Strings
.CannotParseWithDelimiters, currentLineNumber));
939
throw new Exception(string.Format(
Strings
.CannotParseWithFieldWidths, lineNumber));
947
throw new InvalidOperationException(
Strings
.NullFieldWidths);
951
throw new InvalidOperationException(
Strings
.EmptyFieldWidths);
978
throw new ArgumentException(
Strings
.InvalidFieldWidths);
987
throw new Exception(
Strings
.NullDelimiters);
991
throw new Exception(
Strings
.EmptyDelimiters);
1003
throw new Exception(
Strings
.IllegalQuoteDelimiter);
1046
throw new Exception(
Strings
.IllegalQuoteDelimiter);
1063
throw new Exception(
Strings
.EmptyDelimiters);
1067
throw new Exception(
Strings
.DelimiterCannotBeNewlineChar);
1135
throw new Exception(
Strings
.CommentTokenCannotContainWhitespace);