4 references to ConnectionError
System.Data.OleDb (4)
System\Data\Common\AdapterUtil.cs (1)
608internal static Exception InternalConnectionError(ConnectionError internalError)
System\Data\ProviderBase\DbConnectionClosed.cs (1)
132throw ADP.InternalConnectionError(ADP.ConnectionError.GetConnectionReturnsNull);
System\Data\ProviderBase\DbConnectionFactory.cs (1)
340throw ADP.InternalConnectionError(ADP.ConnectionError.ConnectionOptionsMissing);
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (1)
501throw ADP.InternalConnectionError(ADP.ConnectionError.GetConnectionReturnsNull);