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