3 references to OnError
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
49_connection.OnError(exception, false); // we can't really ever break the direct connection, can we?
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1309_connHandler.OnError(exception, breakConnection, wrapCloseAction); 1319_connHandler.OnError(exception, breakConnection);