1 write to ParsingException
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
960ParsingException = ex;
3 references to ParsingException
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
837if (state.ParsingException != null) 839throw Ch.ExceptDecode(state.ParsingException, 840"Parsing failed with an exception: {0}", state.ParsingException.Message);