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