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