Skip to content

Commit 262dcf3

Browse files
committed
Replace const string with resouse
1 parent b1fd562 commit 262dcf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Orm/Linq/Translator.Queryable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ private ProjectionExpression VisitSelectMany(Expression source, LambdaExpression
11751175
return selectManyInfo.GroupByProjection;
11761176
}
11771177

1178-
throw new NotImplementedException("Result selector is not supported for SelectMany over GroupBy result.");
1178+
throw new NotImplementedException(Strings.ExResultSelectorIsNotSupportedForSelectManyOverGrouping);
11791179
}
11801180
}
11811181

0 commit comments

Comments
 (0)