1 write to _resError
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
845_resError = e;
4 references to _resError
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (4)
1061if (_resError==null) 1063if (_resError.GetType()==typeof(SqlClient.SqlException)) 1064return ((SqlClient.SqlException)_resError).InternalClone(); 1065return _resError;