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)
419
ThrowExceptionAndWarning
(_physicalStateObj);
482
ThrowExceptionAndWarning
(_physicalStateObj);
533
ThrowExceptionAndWarning
(_physicalStateObj);
584
ThrowExceptionAndWarning
(_physicalStateObj);
606
ThrowExceptionAndWarning
(_physicalStateObj);
630
ThrowExceptionAndWarning
(_physicalStateObj);
888
ThrowExceptionAndWarning
(_physicalStateObj);
950
ThrowExceptionAndWarning
(_physicalStateObj);
971
ThrowExceptionAndWarning
(_physicalStateObj);
1004
ThrowExceptionAndWarning
(_physicalStateObj);
1015
ThrowExceptionAndWarning
(_physicalStateObj);
1457
ThrowExceptionAndWarning
(stateObj, callerHasConnectionLock: true);
2351
ThrowExceptionAndWarning
(stateObj);
3120
ThrowExceptionAndWarning
(stateObj);
3861
ThrowExceptionAndWarning
(stateObj);
7581
ThrowExceptionAndWarning
(_physicalStateObj);
7633
ThrowExceptionAndWarning
(_physicalStateObj);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
946
_parser.
ThrowExceptionAndWarning
(this, callerHasConnectionLock, asyncClose);