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