4 references to ConnectionError
System.Data (4)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1428static internal Exception InternalConnectionError(ConnectionError internalError) {
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
129throw ADP.InternalConnectionError(ADP.ConnectionError.GetConnectionReturnsNull);
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (1)
383throw ADP.InternalConnectionError(ADP.ConnectionError.ConnectionOptionsMissing);
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
690throw ADP.InternalConnectionError(ADP.ConnectionError.GetConnectionReturnsNull);