79 references to Process
Microsoft.ML.Core (79)
Utilities\Contracts.cs (79)
256=> Process(new InvalidOperationException()); 258=> Process(new InvalidOperationException(), ctx); 260=> Process(new InvalidOperationException(msg)); 262=> Process(new InvalidOperationException(msg), ctx); 264=> Process(new InvalidOperationException(GetMsg(msg, args))); 266=> Process(new InvalidOperationException(GetMsg(msg, args)), ctx); 268=> Process(new InvalidOperationException(msg, inner)); 270=> Process(new InvalidOperationException(msg, inner), ctx); 272=> Process(new InvalidOperationException(GetMsg(msg, args), inner)); 274=> Process(new InvalidOperationException(GetMsg(msg, args), inner), ctx); 282=> Process(new ArgumentOutOfRangeException(name)); 284=> Process(new ArgumentOutOfRangeException(name), ctx); 286=> Process(new ArgumentOutOfRangeException(name, msg)); 288=> Process(new ArgumentOutOfRangeException(name, msg), ctx); 290=> Process(new ArgumentOutOfRangeException(name, GetMsg(msg, args))); 292=> Process(new ArgumentOutOfRangeException(name, GetMsg(msg, args)), ctx); 298=> Process(new ArgumentOutOfRangeException(paramName)); 300=> Process(new ArgumentOutOfRangeException(paramName), ctx); 302=> Process(new ArgumentOutOfRangeException(paramName, msg)); 304=> Process(new ArgumentOutOfRangeException(paramName, msg), ctx); 306=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args))); 308=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args)), ctx); 310=> Process(new ArgumentOutOfRangeException(msg, value, paramName)); 312=> Process(new ArgumentOutOfRangeException(msg, value, paramName), ctx); 314=> Process(new ArgumentOutOfRangeException(paramName, value, GetMsg(msg, args))); 316=> Process(new ArgumentOutOfRangeException(paramName, value, GetMsg(msg, args)), ctx); 322=> Process(new ArgumentNullException(paramName)); 324=> Process(new ArgumentNullException(paramName), ctx); 326=> Process(new ArgumentNullException(paramName, msg)); 328=> Process(new ArgumentNullException(paramName, msg), ctx); 330=> Process(new ArgumentNullException(paramName, GetMsg(msg, args))); 332=> Process(new ArgumentNullException(paramName, GetMsg(msg, args)), ctx); 340=> Process(new ArgumentOutOfRangeException(paramName, string.Format("{0} cannot be null or empty", paramName))); 342=> Process(new ArgumentOutOfRangeException(paramName, string.Format("{0} cannot be null or empty", paramName)), ctx); 344=> Process(new ArgumentOutOfRangeException(paramName, msg)); 346=> Process(new ArgumentOutOfRangeException(paramName, msg), ctx); 348=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args))); 350=> Process(new ArgumentOutOfRangeException(paramName, GetMsg(msg, args)), ctx); 356=> Process(new ArgumentOutOfRangeException(paramName, string.Format("{0} cannot be null or white space", paramName))); 358=> Process(new ArgumentOutOfRangeException(paramName, string.Format("{0} cannot be null or white space", paramName)), ctx); 360=> Process(new ArgumentOutOfRangeException(paramName, msg)); 362=> Process(new ArgumentOutOfRangeException(paramName, msg), ctx); 370=> Process(new FormatException()); 372=> Process(new FormatException(), ctx); 374=> Process(new FormatException(msg)); 376=> Process(new FormatException(msg), ctx); 378=> Process(new FormatException(GetMsg(msg, args))); 380=> Process(new FormatException(GetMsg(msg, args)), ctx); 382=> Process(new FormatException(msg, inner)); 384=> Process(new FormatException(msg, inner), ctx); 386=> Process(new FormatException(GetMsg(msg, args), inner)); 388=> Process(new FormatException(GetMsg(msg, args), inner), ctx); 394=> Process(new IOException()); 396=> Process(new IOException(), ctx); 398=> Process(new IOException(msg)); 400=> Process(new IOException(msg), ctx); 402=> Process(new IOException(GetMsg(msg, args))); 404=> Process(new IOException(GetMsg(msg, args)), ctx); 406=> Process(new IOException(msg, inner)); 408=> Process(new IOException(msg, inner), ctx); 410=> Process(new IOException(GetMsg(msg, args), inner)); 412=> Process(new IOException(GetMsg(msg, args), inner), ctx); 418=> Process(new NotImplementedException()); 420=> Process(new NotImplementedException(), ctx); 422=> Process(new NotImplementedException(msg)); 424=> Process(new NotImplementedException(msg), ctx); 426=> Process(new NotImplementedException(GetMsg(msg, args))); 428=> Process(new NotImplementedException(GetMsg(msg, args)), ctx); 434=> Process(new NotSupportedException()); 436=> Process(new NotSupportedException(), ctx); 438=> Process(new NotSupportedException(msg)); 440=> Process(new NotSupportedException(msg), ctx); 442=> Process(new NotSupportedException(GetMsg(msg, args))); 444=> Process(new NotSupportedException(GetMsg(msg, args)), ctx); 450=> Process(new ArgumentOutOfRangeException(paramName, MakeSchemaMismatchMsg(columnRole, columnName))); 452=> Process(new ArgumentOutOfRangeException(paramName, MakeSchemaMismatchMsg(columnRole, columnName)), ctx); 454=> Process(new ArgumentOutOfRangeException(paramName, MakeSchemaMismatchMsg(columnRole, columnName, expectedType, actualType))); 456=> Process(new ArgumentOutOfRangeException(paramName, MakeSchemaMismatchMsg(columnRole, columnName, expectedType, actualType)), ctx); 753throw Process(new OperationCanceledException("Operation was canceled."), env);