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)
1061
if (
_resError
==null)
1063
if (
_resError
.GetType()==typeof(SqlClient.SqlException))
1064
return ((SqlClient.SqlException)
_resError
).InternalClone();
1065
return
_resError
;