14 references to CreateException
System.Data (14)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2462
SqlException exc = SqlException.
CreateException
(sqlErs, "", this);
fx\src\data\System\Data\SqlClient\SqlUtil.cs (11)
595
return SqlException.
CreateException
(errors, null, internalConnection);
1305
return SqlException.
CreateException
(sqlErs, "", null, exceptionToInclude);
1461
SqlException exc = SqlException.
CreateException
(errors, null, internalConnection);
1496
SqlException exc = SqlException.
CreateException
(errors, null, internalConnection);
1504
SqlException exc=SqlException.
CreateException
(errors, null, internalConnection);
1512
SqlException exc = SqlException.
CreateException
(errors, null, internalConnection);
1520
SqlException exc = SqlException.
CreateException
(errors, null, internalConnection);
1528
SqlException exc = SqlException.
CreateException
(errors, null, internalConnection);
1560
SqlException exc = SqlException.
CreateException
(errors, "", internalConnection);
1574
SqlException exc = SqlException.
CreateException
(errors, "", internalConnection);
1581
SqlException exc = SqlException.
CreateException
(errors, "", internalConnection);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1202
SqlException exc = SqlException.
CreateException
(sqlErs, serverVersion, _connHandler);
1274
exception = SqlException.
CreateException
(temp, serverVersion, _connHandler);