2 references to OperationCancelled
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
1545errors.Add(new SqlError(0, 0, TdsEnums.MIN_ERROR_CLASS, null, SQLMessage.OperationCancelled(), "", 0));
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2345stateObj.AddError(new SqlError(0, 0, TdsEnums.MIN_ERROR_CLASS, _server, SQLMessage.OperationCancelled(), "", 0));