Example #1
0
 internal static Exception ArgumentWrongValue(object p0) => new ArgumentException(Strings.ArgumentWrongValue(p0));
Example #2
0
 internal static Exception MemberAccessIllegal(object p0, object p1, object p2) => new InvalidOperationException(Strings.MemberAccessIllegal(p0, p1, p2));
Example #3
0
 internal static Exception MemberNotPartOfProjection(object p0, object p1) => new InvalidOperationException(Strings.MemberNotPartOfProjection(p0, p1));
Example #4
0
 internal static Exception CompiledQueryCannotReturnType(object p0) => new InvalidOperationException(Strings.CompiledQueryCannotReturnType(p0));
Example #5
0
 internal static Exception InvalidSequenceOperatorCall(object p0) => new InvalidOperationException(Strings.InvalidSequenceOperatorCall(p0));
Example #6
0
 internal static Exception ExpectedClrTypesToAgree(object p0, object p1) => new InvalidOperationException(Strings.ExpectedClrTypesToAgree(p0, p1));
Example #7
0
 internal static Exception InvalidGroupByExpressionType(object p0) => new NotSupportedException(Strings.InvalidGroupByExpressionType(p0));
Example #8
0
 internal static Exception ClientCaseShouldNotHold(object p0) => new InvalidOperationException(Strings.ClientCaseShouldNotHold(p0));
Example #9
0
 internal static Exception ClrBoolDoesNotAgreeWithSqlType(object p0) => new InvalidOperationException(Strings.ClrBoolDoesNotAgreeWithSqlType(p0));
Example #10
0
 internal static Exception CannotDeleteTypesOf(object p0) => new InvalidOperationException(Strings.CannotDeleteTypesOf(p0));
Example #11
0
 internal static Exception ClassLiteralsNotAllowed(object p0) => new InvalidOperationException(Strings.ClassLiteralsNotAllowed(p0));
Example #12
0
 internal static Exception CannotAggregateType(object p0) => new NotSupportedException(Strings.CannotAggregateType(p0));
Example #13
0
 internal static Exception BinaryOperatorNotRecognized(object p0) => new InvalidOperationException(Strings.BinaryOperatorNotRecognized(p0));
Example #14
0
 internal static Exception InvalidReturnFromSproc(object p0) => new InvalidOperationException(Strings.InvalidReturnFromSproc(p0));
Example #15
0
 internal static Exception UnrecognizedProviderMode(object p0) => new InvalidOperationException(Strings.UnrecognizedProviderMode(p0));
Example #16
0
 internal static Exception ColumnIsDefinedInMultiplePlaces(object p0) => new InvalidOperationException(Strings.ColumnIsDefinedInMultiplePlaces(p0));
Example #17
0
 internal static Exception DidNotExpectTypeChange(object p0, object p1) => new InvalidOperationException(Strings.DidNotExpectTypeChange(p0, p1));
Example #18
0
 internal static Exception ColumnIsNotAccessibleThroughDistinct(object p0) => new InvalidOperationException(Strings.ColumnIsNotAccessibleThroughDistinct(p0));
Example #19
0
 internal static Exception ExpectedQueryableArgument(object p0, object p1, object p2) => new ArgumentException(Strings.ExpectedQueryableArgument(p0, p1, p2));
Example #20
0
 internal static Exception ColumnReferencedIsNotInScope(object p0) => new InvalidOperationException(Strings.ColumnReferencedIsNotInScope(p0));
Example #21
0
 internal static Exception InvalidOrderByExpression(object p0) => new NotSupportedException(Strings.InvalidOrderByExpression(p0));
Example #22
0
 internal static Exception CouldNotAssignSequence(object p0, object p1) => new InvalidOperationException(Strings.CouldNotAssignSequence(p0, p1));
Example #23
0
 internal static Exception InvalidFormatNode(object p0) => new InvalidOperationException(Strings.InvalidFormatNode(p0));
Example #24
0
 internal static Exception CouldNotTranslateExpressionForReading(object p0) => new InvalidOperationException(Strings.CouldNotTranslateExpressionForReading(p0));
Example #25
0
 internal static Exception ParameterNotInScope(object p0) => new InvalidOperationException(Strings.ParameterNotInScope(p0));
Example #26
0
 internal static Exception CouldNotHandleAliasRef(object p0) => new InvalidOperationException(Strings.CouldNotHandleAliasRef(p0));
Example #27
0
 internal static Exception MemberCouldNotBeTranslated(object p0, object p1) => new InvalidOperationException(Strings.MemberCouldNotBeTranslated(p0, p1));
Example #28
0
 internal static Exception DidNotExpectAs(object p0) => new InvalidOperationException(Strings.DidNotExpectAs(p0));
Example #29
0
 internal static Exception MethodHasNoSupportConversionToSql(object p0) => new NotSupportedException(Strings.MethodHasNoSupportConversionToSql(p0));
Example #30
0
 internal static Exception ArgumentWrongType(object p0, object p1, object p2) => new ArgumentException(Strings.ArgumentWrongType(p0, p1, p2));