20 references to ThrowExceptionAndWarning
System.Data (20)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
1369_stateObj.Parser.ThrowExceptionAndWarning(_stateObj);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
4593_parser.ThrowExceptionAndWarning(_stateObj);
fx\src\data\System\Data\SqlClient\TdsParser.cs (17)
419ThrowExceptionAndWarning(_physicalStateObj); 482ThrowExceptionAndWarning(_physicalStateObj); 533ThrowExceptionAndWarning(_physicalStateObj); 584ThrowExceptionAndWarning(_physicalStateObj); 606ThrowExceptionAndWarning(_physicalStateObj); 630ThrowExceptionAndWarning(_physicalStateObj); 888ThrowExceptionAndWarning(_physicalStateObj); 950ThrowExceptionAndWarning(_physicalStateObj); 971ThrowExceptionAndWarning(_physicalStateObj); 1004ThrowExceptionAndWarning(_physicalStateObj); 1015ThrowExceptionAndWarning(_physicalStateObj); 1457ThrowExceptionAndWarning(stateObj, callerHasConnectionLock: true); 2351ThrowExceptionAndWarning(stateObj); 3120ThrowExceptionAndWarning(stateObj); 3861ThrowExceptionAndWarning(stateObj); 7581ThrowExceptionAndWarning(_physicalStateObj); 7633ThrowExceptionAndWarning(_physicalStateObj);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
946_parser.ThrowExceptionAndWarning(this, callerHasConnectionLock, asyncClose);