26 references to GetMsg
Microsoft.ML.CpuMath (26)
src\Microsoft.ML.Core\Utilities\Contracts.cs (26)
264=> Process(new InvalidOperationException(GetMsg(msg, args))); 266=> Process(new InvalidOperationException(GetMsg(msg, args)), ctx); 272=> Process(new InvalidOperationException(GetMsg(msg, args), inner)); 274=> Process(new InvalidOperationException(GetMsg(msg, args), inner), ctx); 290=> Process(new ArgumentOutOfRangeException(name, GetMsg(msg, args))); 292=> Process(new ArgumentOutOfRangeException(name, GetMsg(msg, args)), ctx); 306=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args))); 308=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args)), ctx); 314=> Process(new ArgumentOutOfRangeException(paramName, value, GetMsg(msg, args))); 316=> Process(new ArgumentOutOfRangeException(paramName, value, GetMsg(msg, args)), ctx); 330=> Process(new ArgumentNullException(paramName, GetMsg(msg, args))); 332=> Process(new ArgumentNullException(paramName, GetMsg(msg, args)), ctx); 348=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args))); 350=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args)), ctx); 378=> Process(new FormatException(GetMsg(msg, args))); 380=> Process(new FormatException(GetMsg(msg, args)), ctx); 386=> Process(new FormatException(GetMsg(msg, args), inner)); 388=> Process(new FormatException(GetMsg(msg, args), inner), ctx); 402=> Process(new IOException(GetMsg(msg, args))); 404=> Process(new IOException(GetMsg(msg, args)), ctx); 410=> Process(new IOException(GetMsg(msg, args), inner)); 412=> Process(new IOException(GetMsg(msg, args), inner), ctx); 426=> Process(new NotImplementedException(GetMsg(msg, args))); 428=> Process(new NotImplementedException(GetMsg(msg, args)), ctx); 442=> Process(new NotSupportedException(GetMsg(msg, args))); 444=> Process(new NotSupportedException(GetMsg(msg, args)), ctx);