12 references to ParsingError
System.Data (12)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (6)
1206throw SQL.ParsingError(ParsingErrorState.FedAuthNotAcknowledged); 1210throw SQL.ParsingError(ParsingErrorState.FedAuthInfoNotReceived); 2547throw SQL.ParsingError(ParsingErrorState.FedAuthFeatureAckContainsExtraData); 2588throw SQL.ParsingError(ParsingErrorState.TceUnknownVersion); 2616throw SQL.ParsingError(ParsingErrorState.CorruptedTdsStream); 2633throw SQL.ParsingError(ParsingErrorState.CorruptedTdsStream);
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
894throw SQL.ParsingError(ParsingErrorState.CorruptedTdsStream); 3147throw SQL.ParsingError(ParsingErrorState.FedAuthInfoFailedToReadCountOfInfoIds); 3167throw SQL.ParsingError(ParsingErrorState.FedAuthInfoFailedToReadTokenStream); 3247throw SQL.ParsingError(ParsingErrorState.FedAuthInfoDoesNotContainStsurlAndSpn);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
1041throw SQL.ParsingError(ParsingErrorState.CorruptedTdsStream); 2440throw SQL.ParsingError(ParsingErrorState.ProcessSniPacketFailed);