25 references to CreatedTaskWithException
System.Data (25)
fx\src\data\System\Data\Common\DBCommand.cs (3)
223return ADP.CreatedTaskWithException<int>(e); 259return ADP.CreatedTaskWithException<DbDataReader>(e); 283return ADP.CreatedTaskWithException<object>(e);
fx\src\data\System\Data\Common\DbDataReader.cs (4)
211return ADP.CreatedTaskWithException<T>(e); 233return ADP.CreatedTaskWithException<bool>(e); 255return ADP.CreatedTaskWithException<bool>(e); 273return ADP.CreatedTaskWithException<bool>(e);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (14)
4058return ADP.CreatedTaskWithException<int>(ADP.ExceptionWithStackTrace(ADP.IO(SQLMessage.Timeout()))); 4145return ADP.CreatedTaskWithException<int>(ADP.ExceptionWithStackTrace(ADP.IO(SQLMessage.Timeout()))); 4191return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(ADP.DataReaderClosed("ReadAsync"))); 4201return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(SQL.PendingBeginXXXExists())); 4260return ADP.CreatedTaskWithException<bool>(ex); 4333return ADP.CreatedTaskWithException<bool>(ex); 4344return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(ADP.DataReaderClosed("IsDBNullAsync"))); 4350return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(ADP.AsyncOperationPending())); 4379return ADP.CreatedTaskWithException<bool>(ex); 4440return ADP.CreatedTaskWithException<T>(ADP.ExceptionWithStackTrace(ADP.DataReaderClosed("GetFieldValueAsync"))); 4447return ADP.CreatedTaskWithException<T>(ex); 4452return ADP.CreatedTaskWithException<T>(ADP.ExceptionWithStackTrace(ADP.AsyncOperationPending())); 4480return ADP.CreatedTaskWithException<T>(ex); 4627task = ADP.CreatedTaskWithException<T>(ex);
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (4)
141return ADP.CreatedTaskWithException<T>(ADP.ExceptionWithStackTrace(SQL.NotAvailableOnContextConnection())); 201return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(SQL.NotAvailableOnContextConnection())); 362return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(SQL.NotAvailableOnContextConnection())); 414return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(SQL.NotAvailableOnContextConnection()));