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