13 references to KeywordNotSupported
System.Data (13)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
903throw ADP.KeywordNotSupported(keyname);
fx\src\data\System\Data\Common\DBConnectionString.cs (1)
425throw ADP.KeywordNotSupported(keyname);
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
80throw ADP.KeywordNotSupported(keyword);
fx\src\data\System\Data\Odbc\OdbcConnectionStringbuilder.cs (3)
90throw ADP.KeywordNotSupported(keyword); 210throw ADP.KeywordNotSupported(_validKeywords[(int)index]); 281throw ADP.KeywordNotSupported(_validKeywords[(int)index]);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (3)
117throw ADP.KeywordNotSupported(keyword); 298throw ADP.KeywordNotSupported(_validKeywords[(int)index]); 340throw ADP.KeywordNotSupported(_validKeywords[(int)index]);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
310throw ADP.KeywordNotSupported(keyword); 993throw ADP.KeywordNotSupported(_validKeywords[(int)index]); 1003throw ADP.KeywordNotSupported(keyword); 1167throw ADP.KeywordNotSupported(_validKeywords[(int)index]);