2 references to TCE_CONVERSION_ERROR_CLIENT_RETRY
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
2244if ( (usedCache && (sqlEx.Errors[i].Number == TdsEnums.TCE_CONVERSION_ERROR_CLIENT_RETRY) ) || 4200if ( (usedCache && (ex.Errors[i].Number == TdsEnums.TCE_CONVERSION_ERROR_CLIENT_RETRY) ) ||