3 references to ExceptDecode
Microsoft.ML.Core (3)
Data\ModelLoading.cs (2)
122throw env.ExceptDecode("Corrupt model file"); 147throw _ectx.ExceptDecode("Corrupt model file");
Utilities\Contracts.cs (1)
717throw ExceptDecode(ctx, msg);