3 references to ExceptIO
Microsoft.ML.Core (2)
ComponentModel\AssemblyLoadingUtils.cs (2)
68
throw Contracts.
ExceptIO
(e, "Creating temp directory for extra assembly zip extraction failed: '{0}'", path);
77
throw Contracts.
ExceptIO
(e, "Extracting extra assembly zip failed: '{0}'", path);
Microsoft.ML.Data (1)
DataLoadSave\MultiFileSource.cs (1)
87
throw Contracts.
ExceptIO
(e, "Could not open file '{0}'. Error is: {1}", path, e.Message);