4 references to ConnectionError
System.Data.Odbc (4)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
348internal static Exception InternalConnectionError(ConnectionError internalError)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionClosed.cs (1)
105throw ADP.InternalConnectionError(ADP.ConnectionError.GetConnectionReturnsNull);
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionFactory.cs (1)
189throw ADP.InternalConnectionError(ADP.ConnectionError.ConnectionOptionsMissing);
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (1)
336throw ADP.InternalConnectionError(ADP.ConnectionError.GetConnectionReturnsNull);