Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Error.cs
Go to the documentation of this file.
3
5
6internal static class Error
7{
12
17
18 internal static Exception InvalidMetaObjectCreated(object p0)
19 {
21 }
22
27
28 internal static Exception SameKeyExistsInExpando(object key)
29 {
31 }
32
33 internal static Exception KeyDoesNotExistInExpando(object p0)
34 {
36 }
37
42
47
52
53 internal static Exception BinderNotCompatibleWithCallSite(object p0, object p1, object p2)
54 {
56 }
57
58 internal static Exception DynamicBindingNeedsRestrictions(object p0, object p1)
59 {
61 }
62
63 internal static Exception DynamicObjectResultNotAssignable(object p0, object p1, object p2, object p3)
64 {
66 }
67
68 internal static Exception DynamicBinderResultNotAssignable(object p0, object p1, object p2)
69 {
71 }
72
77
82
83 internal static Exception SetterHasNoParams(string paramName)
84 {
86 }
87
92
97
98 internal static Exception TypeParameterIsNotDelegate(object p0)
99 {
101 }
102
107
112
117
122
127
132
137
138 internal static Exception TypeMustNotBeByRef(string paramName)
139 {
141 }
142
147
148 internal static Exception SetterMustBeVoid(string paramName)
149 {
151 }
152
157
162
167
172
177
182
187
188 internal static Exception InvalidUnboxType(string paramName)
189 {
191 }
192
197
202
203 internal static Exception MustBeReducible()
204 {
206 }
207
212
217
222
227
229 {
231 }
232
237
238 internal static Exception VariableMustNotBeByRef(object p0, object p1, string paramName)
239 {
241 }
242
243 internal static Exception VariableMustNotBeByRef(object p0, object p1, string paramName, int index)
244 {
246 }
247
248 private static Exception DuplicateVariable(object p0, string paramName)
249 {
251 }
252
253 internal static Exception DuplicateVariable(object p0, string paramName, int index)
254 {
256 }
257
259 {
261 }
262
267
272
277
282
287
292
293 internal static Exception CoercionOperatorNotDefined(object p0, object p1)
294 {
296 }
297
298 internal static Exception UnaryOperatorNotDefined(object p0, object p1)
299 {
301 }
302
303 internal static Exception BinaryOperatorNotDefined(object p0, object p1, object p2)
304 {
306 }
307
308 internal static Exception ReferenceEqualityNotDefined(object p0, object p1)
309 {
311 }
312
313 internal static Exception OperandTypesDoNotMatchParameters(object p0, object p1)
314 {
316 }
317
322
327
332
334 {
336 }
337
342
343 internal static Exception EqualityMustReturnBoolean(object p0, string paramName)
344 {
346 }
347
352
357
362
367
372
377
378 internal static Exception ArgumentMustBeInteger(string paramName, int index)
379 {
381 }
382
387
392
397
402
407
412
417
418 internal static Exception IncorrectTypeForTypeAs(object p0, string paramName)
419 {
421 }
422
427
432
433 private static Exception ArgumentTypeDoesNotMatchMember(object p0, object p1, string paramName)
434 {
436 }
437
438 internal static Exception ArgumentTypeDoesNotMatchMember(object p0, object p1, string paramName, int index)
439 {
441 }
442
443 private static Exception ArgumentMemberNotDeclOnType(object p0, object p1, string paramName)
444 {
446 }
447
448 internal static Exception ArgumentMemberNotDeclOnType(object p0, object p1, string paramName, int index)
449 {
451 }
452
453 internal static Exception ExpressionTypeDoesNotMatchReturn(object p0, object p1)
454 {
456 }
457
458 internal static Exception ExpressionTypeDoesNotMatchAssignment(object p0, object p1)
459 {
461 }
462
463 internal static Exception ExpressionTypeDoesNotMatchLabel(object p0, object p1)
464 {
466 }
467
468 internal static Exception ExpressionTypeNotInvocable(object p0, string paramName)
469 {
471 }
472
473 internal static Exception FieldNotDefinedForType(object p0, object p1)
474 {
476 }
477
478 internal static Exception InstanceFieldNotDefinedForType(object p0, object p1)
479 {
481 }
482
483 internal static Exception FieldInfoNotDefinedForType(object p0, object p1, object p2)
484 {
486 }
487
492
497
502
507
512
513 internal static Exception MemberNotFieldOrProperty(object p0, string paramName)
514 {
516 }
517
522
523 internal static Exception MethodIsGeneric(object p0, string paramName)
524 {
526 }
527
528 private static Exception MethodNotPropertyAccessor(object p0, object p1, string paramName)
529 {
531 }
532
533 internal static Exception MethodNotPropertyAccessor(object p0, object p1, string paramName, int index)
534 {
536 }
537
538 internal static Exception PropertyDoesNotHaveGetter(object p0, string paramName)
539 {
541 }
542
543 internal static Exception PropertyDoesNotHaveGetter(object p0, string paramName, int index)
544 {
546 }
547
548 internal static Exception PropertyDoesNotHaveSetter(object p0, string paramName)
549 {
551 }
552
553 internal static Exception PropertyDoesNotHaveAccessor(object p0, string paramName)
554 {
556 }
557
558 internal static Exception NotAMemberOfType(object p0, object p1, string paramName)
559 {
561 }
562
563 internal static Exception NotAMemberOfType(object p0, object p1, string paramName, int index)
564 {
566 }
567
568 internal static Exception NotAMemberOfAnyType(object p0, string paramName)
569 {
571 }
572
573 internal static Exception ParameterExpressionNotValidAsDelegate(object p0, object p1)
574 {
576 }
577
578 internal static Exception PropertyNotDefinedForType(object p0, object p1, string paramName)
579 {
581 }
582
583 internal static Exception InstancePropertyNotDefinedForType(object p0, object p1, string paramName)
584 {
586 }
587
592
597
598 internal static Exception InstanceAndMethodTypeMismatch(object p0, object p1, object p2)
599 {
601 }
602
603 internal static Exception TypeMissingDefaultConstructor(object p0, string paramName)
604 {
606 }
607
612
613 internal static Exception ElementInitializerMethodNoRefOutParam(object p0, object p1, string paramName)
614 {
616 }
617
622
627
628 internal static Exception TypeNotIEnumerable(object p0, string paramName)
629 {
631 }
632
633 internal static Exception UnhandledBinary(object p0, string paramName)
634 {
636 }
637
638 internal static Exception UnhandledBinding()
639 {
641 }
642
643 internal static Exception UnhandledBindingType(object p0)
644 {
646 }
647
648 internal static Exception UnhandledUnary(object p0, string paramName)
649 {
651 }
652
653 internal static Exception UnknownBindingType(int index)
654 {
655 return new ArgumentException(Strings.UnknownBindingType, $"bindings[{index}]");
656 }
657
658 internal static Exception UserDefinedOpMustHaveConsistentTypes(object p0, object p1)
659 {
661 }
662
663 internal static Exception UserDefinedOpMustHaveValidReturnType(object p0, object p1)
664 {
666 }
667
668 internal static Exception LogicalOperatorMustHaveBooleanOperators(object p0, object p1)
669 {
671 }
672
673 internal static Exception MethodWithArgsDoesNotExistOnType(object p0, object p1)
674 {
676 }
677
682
683 internal static Exception MethodWithMoreThanOneMatch(object p0, object p1)
684 {
686 }
687
688 internal static Exception PropertyWithMoreThanOneMatch(object p0, object p1)
689 {
691 }
692
697
702
707
708 internal static Exception OutOfRange(string paramName, object p1)
709 {
711 }
712
713 internal static Exception LabelTargetAlreadyDefined(object p0)
714 {
716 }
717
718 internal static Exception LabelTargetUndefined(object p0)
719 {
721 }
722
727
732
733 internal static Exception AmbiguousJump(object p0)
734 {
736 }
737
742
747
748 internal static Exception NonLocalJumpWithValue(object p0)
749 {
751 }
752
754 {
756 }
757
758 internal static Exception UndefinedVariable(object p0, object p1, object p2)
759 {
761 }
762
763 internal static Exception CannotCloseOverByRef(object p0, object p1)
764 {
766 }
767
768 internal static Exception UnexpectedVarArgsCall(object p0)
769 {
771 }
772
777
782
783 internal static Exception MustRewriteToSameNode(object p0, object p1, object p2)
784 {
786 }
787
788 internal static Exception MustRewriteChildToSameType(object p0, object p1, object p2)
789 {
791 }
792
793 internal static Exception MustRewriteWithoutMethod(object p0, object p1)
794 {
796 }
797
802
807
812
817
818 internal static Exception ArgumentOutOfRange(string paramName)
819 {
821 }
822
823 internal static Exception NotSupported()
824 {
825 return new NotSupportedException();
826 }
827
832
837
838 internal static Exception InvalidProgram()
839 {
840 return new InvalidProgramException();
841 }
842
843 internal static Exception EnumerationIsDone()
844 {
846 }
847
848 private static Exception TypeContainsGenericParameters(object p0, string paramName)
849 {
851 }
852
853 internal static Exception TypeContainsGenericParameters(object p0, string paramName, int index)
854 {
856 }
857
858 internal static Exception TypeIsGeneric(object p0, string paramName)
859 {
861 }
862
863 internal static Exception TypeIsGeneric(object p0, string paramName, int index)
864 {
866 }
867
872
873 internal static Exception ExpressionTypeDoesNotMatchMethodParameter(object p0, object p1, object p2, string paramName)
874 {
876 }
877
878 internal static Exception ExpressionTypeDoesNotMatchMethodParameter(object p0, object p1, object p2, string paramName, int index)
879 {
881 }
882
883 internal static Exception ExpressionTypeDoesNotMatchParameter(object p0, object p1, string paramName)
884 {
886 }
887
888 internal static Exception ExpressionTypeDoesNotMatchParameter(object p0, object p1, string paramName, int index)
889 {
891 }
892
897
902
907
912
917
922
927
932
934 {
936 }
937
938 internal static Exception InvalidTypeException(object value, Type type, string paramName)
939 {
940 return new ArgumentException(Strings.InvalidObjectType(((object)value?.GetType()) ?? ((object)"null"), type), paramName);
941 }
942
943 private static string GetParamName(string paramName, int index)
944 {
945 if (index >= 0)
946 {
947 return $"{paramName}[{index}]";
948 }
949 return paramName;
950 }
951}
static Exception OverloadOperatorTypeDoesNotMatchConversionType(object p0, object p1)
Definition Error.cs:318
static Exception IndexesOfSetGetMustMatch(string paramName)
Definition Error.cs:93
static Exception AllCaseBodiesMustHaveSameType(string paramName)
Definition Error.cs:213
static Exception ExtensionNodeMustOverrideProperty(object p0)
Definition Error.cs:278
static Exception ControlCannotLeaveFilterTest()
Definition Error.cs:728
static Exception ElementInitializerMethodNotAdd(string paramName)
Definition Error.cs:608
static Exception UnknownBindingType(int index)
Definition Error.cs:653
static Exception ExpressionMustBeWriteable(string paramName)
Definition Error.cs:193
static Exception TypeIsGeneric(object p0, string paramName)
Definition Error.cs:858
static Exception InvalidMetaObjectCreated(object p0)
Definition Error.cs:18
static Exception OutOfRange(string paramName, object p1)
Definition Error.cs:708
static Exception BodyOfCatchMustHaveSameTypeAsBodyOfTry()
Definition Error.cs:273
static Exception MethodWithMoreThanOneMatch(object p0, object p1)
Definition Error.cs:683
static Exception DuplicateVariable(object p0, string paramName, int index)
Definition Error.cs:253
static Exception ExpressionMustBeReadable(string paramName, int index)
Definition Error.cs:918
static Exception ExpressionTypeDoesNotMatchReturn(object p0, object p1)
Definition Error.cs:453
static Exception ArgumentMustBeInstanceMember(string paramName)
Definition Error.cs:363
static Exception MethodIsGeneric(object p0, string paramName)
Definition Error.cs:523
static Exception ReducibleMustOverrideReduce()
Definition Error.cs:8
static Exception FaultCannotHaveCatchOrFinally(string paramName)
Definition Error.cs:263
static Exception CollectionModifiedWhileEnumerating()
Definition Error.cs:38
static Exception ExpressionTypeCannotInitializeArrayType(object p0, object p1)
Definition Error.cs:428
static Exception ExpressionTypeDoesNotMatchConstructorParameter(object p0, object p1, string paramName, int index)
Definition Error.cs:908
static Exception NonLocalJumpWithValue(object p0)
Definition Error.cs:748
static Exception InstancePropertyWithoutParameterNotDefinedForType(object p0, object p1)
Definition Error.cs:588
static Exception VariableMustNotBeByRef(object p0, object p1, string paramName, int index)
Definition Error.cs:243
static Exception DynamicObjectResultNotAssignable(object p0, object p1, object p2, object p3)
Definition Error.cs:63
static Exception ReferenceEqualityNotDefined(object p0, object p1)
Definition Error.cs:308
static Exception CannotCloseOverByRef(object p0, object p1)
Definition Error.cs:763
static Exception InstancePropertyNotDefinedForType(object p0, object p1, string paramName)
Definition Error.cs:583
static Exception TypeContainsGenericParameters(object p0, string paramName)
Definition Error.cs:848
static Exception DynamicBindingNeedsRestrictions(object p0, object p1)
Definition Error.cs:58
static Exception BinderNotCompatibleWithCallSite(object p0, object p1, object p2)
Definition Error.cs:53
static Exception ArgumentMemberNotDeclOnType(object p0, object p1, string paramName, int index)
Definition Error.cs:448
static Exception ElementInitializerMethodNoRefOutParam(object p0, object p1, string paramName)
Definition Error.cs:613
static Exception DuplicateVariable(object p0, string paramName)
Definition Error.cs:248
static Exception TypeMustNotBePointer(string paramName)
Definition Error.cs:143
static Exception AccessorsCannotHaveByRefArgs(string paramName, int index)
Definition Error.cs:118
static Exception UserDefinedOperatorMustBeStatic(object p0, string paramName)
Definition Error.cs:283
static Exception ArgumentMustBeArrayIndexType(string paramName, int index)
Definition Error.cs:388
static Exception TryNotAllowedInFilter()
Definition Error.cs:778
static Exception StartEndMustBeOrdered()
Definition Error.cs:258
static Exception ArgumentTypeDoesNotMatchMember(object p0, object p1, string paramName)
Definition Error.cs:433
static Exception ArgumentMustBeFieldInfoOrPropertyInfoOrMethod(string paramName, int index)
Definition Error.cs:358
static Exception SetterMustBeVoid(string paramName)
Definition Error.cs:148
static Exception UserDefinedOpMustHaveValidReturnType(object p0, object p1)
Definition Error.cs:663
static Exception IncorrectNumberOfLambdaArguments()
Definition Error.cs:893
static Exception PropertyDoesNotHaveGetter(object p0, string paramName)
Definition Error.cs:538
static Exception NoOrInvalidRuleProduced()
Definition Error.cs:128
static Exception ArgumentMustBeInteger(string paramName)
Definition Error.cs:373
static Exception IncorrectNumberOfLambdaDeclarationParameters()
Definition Error.cs:493
static Exception IncorrectNumberOfMembersForGivenConstructor()
Definition Error.cs:498
static Exception IncorrectTypeForTypeAs(object p0, string paramName)
Definition Error.cs:418
static Exception InstanceAndMethodTypeMismatch(object p0, object p1, object p2)
Definition Error.cs:598
static Exception ArgumentMemberNotDeclOnType(object p0, object p1, string paramName)
Definition Error.cs:443
static Exception ArgumentMustBeArray(string paramName)
Definition Error.cs:333
static Exception NotAMemberOfType(object p0, object p1, string paramName, int index)
Definition Error.cs:563
static Exception ElementInitializerMethodStatic(string paramName)
Definition Error.cs:623
static Exception NonAbstractConstructorRequired()
Definition Error.cs:833
static Exception VariableMustNotBeByRef(object p0, object p1, string paramName)
Definition Error.cs:238
static Exception IncorrectNumberOfArgumentsForMembers()
Definition Error.cs:503
static Exception KeyDoesNotExistInExpando(object p0)
Definition Error.cs:33
static Exception ElementInitializerMethodWithZeroArgs(string paramName)
Definition Error.cs:618
static Exception TypeMissingDefaultConstructor(object p0, string paramName)
Definition Error.cs:603
static Exception AccessorsCannotHaveByRefArgs(string paramName)
Definition Error.cs:113
static Exception UnhandledBinding()
Definition Error.cs:638
static Exception MustRewriteChildToSameType(object p0, object p1, object p2)
Definition Error.cs:788
static Exception NotAMemberOfAnyType(object p0, string paramName)
Definition Error.cs:568
static Exception PropertyTypeMustMatchGetter(string paramName)
Definition Error.cs:153
static Exception PropertyNotDefinedForType(object p0, object p1, string paramName)
Definition Error.cs:578
static Exception EnumerationIsDone()
Definition Error.cs:843
static Exception NotSupported()
Definition Error.cs:823
static Exception LabelTypeMustBeVoid(string paramName)
Definition Error.cs:228
static Exception ExpressionTypeDoesNotMatchParameter(object p0, object p1, string paramName, int index)
Definition Error.cs:888
static Exception ExpressionTypeDoesNotMatchLabel(object p0, object p1)
Definition Error.cs:463
static Exception CollectionReadOnly()
Definition Error.cs:43
static Exception ConversionIsNotSupportedForArithmeticTypes()
Definition Error.cs:323
static Exception UnhandledBindingType(object p0)
Definition Error.cs:643
static Exception ArgumentOutOfRange(string paramName)
Definition Error.cs:818
static Exception MustRewriteWithoutMethod(object p0, object p1)
Definition Error.cs:793
static Exception ExpressionTypeDoesNotMatchAssignment(object p0, object p1)
Definition Error.cs:458
static Exception AccessorsCannotHaveVarArgs(string paramName)
Definition Error.cs:108
static Exception InvalidTypeException(object value, Type type, string paramName)
Definition Error.cs:938
static Exception TryMustHaveCatchFinallyOrFault()
Definition Error.cs:268
static Exception IncorrectNumberOfIndexes()
Definition Error.cs:488
static Exception BoundsCannotBeLessThanOne(string paramName)
Definition Error.cs:133
static Exception AllTestValuesMustHaveSameType(string paramName)
Definition Error.cs:208
static Exception FieldNotDefinedForType(object p0, object p1)
Definition Error.cs:473
static Exception PropertyDoesNotHaveSetter(object p0, string paramName)
Definition Error.cs:548
static Exception ArgumentMustBeFieldInfoOrPropertyInfoOrMethod(string paramName)
Definition Error.cs:353
static Exception BinaryOperatorNotDefined(object p0, object p1, object p2)
Definition Error.cs:303
static Exception ArgumentTypeDoesNotMatchMember(object p0, object p1, string paramName, int index)
Definition Error.cs:438
static Exception AmbiguousMatchInExpandoObject(object p0)
Definition Error.cs:23
static Exception TestValueTypeDoesNotMatchComparisonMethodParameter(object p0, object p1)
Definition Error.cs:808
static Exception MustReduceToDifferent()
Definition Error.cs:48
static Exception ExpressionTypeNotInvocable(object p0, string paramName)
Definition Error.cs:468
static Exception SwitchValueTypeDoesNotMatchComparisonMethodParameter(object p0, object p1)
Definition Error.cs:813
static Exception PropertyTypeMustMatchSetter(string paramName)
Definition Error.cs:158
static Exception BothAccessorsMustBeStatic(string paramName)
Definition Error.cs:163
static Exception PropertyDoesNotHaveGetter(object p0, string paramName, int index)
Definition Error.cs:543
static Exception ArgumentMustBeSingleDimensionalArrayType(string paramName)
Definition Error.cs:393
static Exception UserDefinedOperatorMustNotBeVoid(object p0, string paramName)
Definition Error.cs:288
static Exception ArgumentTypeCannotBeVoid()
Definition Error.cs:328
static Exception BindingCannotBeNull()
Definition Error.cs:73
static Exception DefaultBodyMustBeSupplied(string paramName)
Definition Error.cs:218
static Exception MethodContainsGenericParameters(object p0, string paramName)
Definition Error.cs:518
static Exception ControlCannotLeaveFinally()
Definition Error.cs:723
static Exception IncorrectNumberOfConstructorArguments()
Definition Error.cs:868
static Exception ArgCntMustBeGreaterThanNameCnt()
Definition Error.cs:13
static Exception ControlCannotEnterTry()
Definition Error.cs:738
static Exception OnlyStaticPropertiesHaveNullInstance(string paramName)
Definition Error.cs:173
static Exception FirstArgumentMustBeCallSite()
Definition Error.cs:103
static Exception TypeContainsGenericParameters(object p0, string paramName, int index)
Definition Error.cs:853
static string GetParamName(string paramName, int index)
Definition Error.cs:943
static Exception MustBeReducible()
Definition Error.cs:203
static Exception ControlCannotEnterExpression()
Definition Error.cs:743
static Exception LogicalOperatorMustHaveBooleanOperators(object p0, object p1)
Definition Error.cs:668
static Exception InvalidNullValue(Type type, string paramName)
Definition Error.cs:933
static Exception ArgumentMustBeBoolean(string paramName)
Definition Error.cs:338
static Exception IncorrectNumberOfTypeArgsForAction(string paramName)
Definition Error.cs:698
static Exception ExpressionTypeDoesNotMatchParameter(object p0, object p1, string paramName)
Definition Error.cs:883
static Exception MemberNotFieldOrProperty(object p0, string paramName)
Definition Error.cs:513
static Exception UserDefinedOpMustHaveConsistentTypes(object p0, object p1)
Definition Error.cs:658
static Exception PropertyTypeCannotBeVoid(string paramName)
Definition Error.cs:183
static Exception TryNotSupportedForValueTypeInstances(object p0)
Definition Error.cs:803
static Exception CannotAutoInitializeValueTypeElementThroughProperty(object p0)
Definition Error.cs:408
static Exception EqualityMustReturnBoolean(object p0, string paramName)
Definition Error.cs:343
static Exception ArgumentTypesMustMatch(string paramName)
Definition Error.cs:403
static Exception ArgumentTypesMustMatch()
Definition Error.cs:398
static Exception ArgumentCannotBeOfTypeVoid(string paramName)
Definition Error.cs:703
static Exception PropertyWithMoreThanOneMatch(object p0, object p1)
Definition Error.cs:688
static Exception PropertyCannotHaveRefType(string paramName)
Definition Error.cs:88
static Exception UnhandledUnary(object p0, string paramName)
Definition Error.cs:648
static Exception TryNotSupportedForMethodsWithRefArgs(object p0)
Definition Error.cs:798
static Exception UnhandledBinary(object p0, string paramName)
Definition Error.cs:633
static Exception ExpressionTypeDoesNotMatchMethodParameter(object p0, object p1, object p2, string paramName)
Definition Error.cs:873
static Exception LabelTargetUndefined(object p0)
Definition Error.cs:718
static Exception ArgumentMustNotHaveValueType(string paramName)
Definition Error.cs:198
static Exception IncorrectNumberOfMethodCallArguments(object p0, string paramName)
Definition Error.cs:898
static Exception ArgumentMustBeFieldInfoOrPropertyInfo(string paramName)
Definition Error.cs:348
static Exception TypeNotIEnumerable(object p0, string paramName)
Definition Error.cs:628
static Exception ArgumentMustBeInstanceMember(string paramName, int index)
Definition Error.cs:368
static Exception IncorrectNumberOfTypeArgsForFunc(string paramName)
Definition Error.cs:693
static Exception InvalidUnboxType(string paramName)
Definition Error.cs:188
static Exception UnaryOperatorNotDefined(object p0, object p1)
Definition Error.cs:298
static Exception ArgumentMustBeInteger(string paramName, int index)
Definition Error.cs:378
static Exception MethodNotPropertyAccessor(object p0, object p1, string paramName)
Definition Error.cs:528
static Exception ArgumentMustBeArrayIndexType(string paramName)
Definition Error.cs:383
static Exception SameKeyExistsInExpando(object key)
Definition Error.cs:28
static Exception GenericMethodWithArgsDoesNotExistOnType(object p0, object p1)
Definition Error.cs:678
static Exception TypeMustNotBeByRef(string paramName)
Definition Error.cs:138
static Exception PropertyDoesNotHaveAccessor(object p0, string paramName)
Definition Error.cs:553
static Exception NonEmptyCollectionRequired(string paramName)
Definition Error.cs:928
static Exception TypeIsGeneric(object p0, string paramName, int index)
Definition Error.cs:863
static Exception ReducedNotCompatible()
Definition Error.cs:78
static Exception ExpressionTypeDoesNotMatchConstructorParameter(object p0, object p1, string paramName)
Definition Error.cs:903
static Exception InvalidProgram()
Definition Error.cs:838
static Exception InstancePropertyWithSpecifiedParametersNotDefinedForType(object p0, object p1, object p2, string paramName)
Definition Error.cs:593
static Exception RethrowRequiresCatch()
Definition Error.cs:773
static Exception ExpressionMustBeReadable(string paramName)
Definition Error.cs:913
static Exception NonStaticConstructorRequired(string paramName)
Definition Error.cs:828
static Exception MethodNotPropertyAccessor(object p0, object p1, string paramName, int index)
Definition Error.cs:533
static Exception LambdaTypeMustBeDerivedFromSystemDelegate(string paramName)
Definition Error.cs:508
static Exception OnlyStaticFieldsHaveNullInstance(string paramName)
Definition Error.cs:168
static Exception UndefinedVariable(object p0, object p1, object p2)
Definition Error.cs:758
static Exception LabelMustBeVoidOrHaveExpression(string paramName)
Definition Error.cs:223
static Exception QuotedExpressionMustBeLambda(string paramName)
Definition Error.cs:233
static Exception TypeMustBeDerivedFromSystemDelegate()
Definition Error.cs:123
static Exception InvalidLvalue(ExpressionType p0)
Definition Error.cs:753
static Exception CoercionOperatorNotDefined(object p0, object p1)
Definition Error.cs:293
static Exception UnexpectedVarArgsCall(object p0)
Definition Error.cs:768
static Exception AmbiguousJump(object p0)
Definition Error.cs:733
static Exception CoalesceUsedOnNonNullType()
Definition Error.cs:423
static Exception OperandTypesDoNotMatchParameters(object p0, object p1)
Definition Error.cs:313
static Exception OnlyStaticMethodsHaveNullInstance()
Definition Error.cs:178
static Exception LabelTargetAlreadyDefined(object p0)
Definition Error.cs:713
static Exception InstanceFieldNotDefinedForType(object p0, object p1)
Definition Error.cs:478
static Exception NotAMemberOfType(object p0, object p1, string paramName)
Definition Error.cs:558
static Exception DynamicBinderResultNotAssignable(object p0, object p1, object p2)
Definition Error.cs:68
static Exception ExpressionTypeDoesNotMatchMethodParameter(object p0, object p1, object p2, string paramName, int index)
Definition Error.cs:878
static Exception MustRewriteToSameNode(object p0, object p1, object p2)
Definition Error.cs:783
static Exception TypeParameterIsNotDelegate(object p0)
Definition Error.cs:98
static Exception FieldInfoNotDefinedForType(object p0, object p1, object p2)
Definition Error.cs:483
static Exception CannotAutoInitializeValueTypeMemberThroughProperty(object p0)
Definition Error.cs:413
static Exception ParameterExpressionNotValidAsDelegate(object p0, object p1)
Definition Error.cs:573
static Exception MethodWithArgsDoesNotExistOnType(object p0, object p1)
Definition Error.cs:673
static Exception InvalidArgumentValue(string paramName)
Definition Error.cs:923
static Exception SetterHasNoParams(string paramName)
Definition Error.cs:83
static string InvalidUnboxType
Definition Strings.cs:43
static string LabelTargetAlreadyDefined(object p0)
Definition Strings.cs:478
static string ControlCannotLeaveFinally
Definition Strings.cs:135
static string ExpressionTypeDoesNotMatchReturn(object p0, object p1)
Definition Strings.cs:298
static string AllTestValuesMustHaveSameType
Definition Strings.cs:51
static string AccessorsCannotHaveVarArgs
Definition Strings.cs:17
static string InstancePropertyWithSpecifiedParametersNotDefinedForType(object p0, object p1, object p2)
Definition Strings.cs:398
static string MemberNotFieldOrProperty(object p0)
Definition Strings.cs:333
static string PropertyDoesNotHaveSetter(object p0)
Definition Strings.cs:358
static string SetterMustBeVoid
Definition Strings.cs:27
static string ArgumentMemberNotDeclOnType(object p0, object p1)
Definition Strings.cs:293
static string IncorrectNumberOfTypeArgsForFunc
Definition Strings.cs:129
static string ElementInitializerMethodNoRefOutParam(object p0, object p1)
Definition Strings.cs:413
static string TypeMustBeDerivedFromSystemDelegate
Definition Strings.cs:75
static string ArgumentMustBeBoolean
Definition Strings.cs:91
static string TypeMustNotBePointer
Definition Strings.cs:25
static string TypeIsGeneric(object p0)
Definition Strings.cs:563
static string PropertyDoesNotHaveGetter(object p0)
Definition Strings.cs:353
static string ExpressionTypeNotInvocable(object p0)
Definition Strings.cs:313
static string MustRewriteToSameNode(object p0, object p1, object p2)
Definition Strings.cs:518
static string IncorrectTypeForTypeAs(object p0)
Definition Strings.cs:278
static string InvalidLvalue(object p0)
Definition Strings.cs:498
static string PropertyTypeCannotBeVoid
Definition Strings.cs:41
static string EqualityMustReturnBoolean(object p0)
Definition Strings.cs:263
static string ArgumentMustBeArrayIndexType
Definition Strings.cs:101
static string TypeParameterIsNotDelegate(object p0)
Definition Strings.cs:213
static string InvalidObjectType(object p0, object p1)
Definition Strings.cs:573
static string UnexpectedVarArgsCall(object p0)
Definition Strings.cs:513
static string UnhandledUnary(object p0)
Definition Strings.cs:433
static string InvalidNullValue(object p0)
Definition Strings.cs:568
static string TryNotSupportedForValueTypeInstances(object p0)
Definition Strings.cs:538
static string ReferenceEqualityNotDefined(object p0, object p1)
Definition Strings.cs:248
static string NonEmptyCollectionRequired
Definition Strings.cs:157
static string BothAccessorsMustBeStatic
Definition Strings.cs:33
static string ExpressionTypeCannotInitializeArrayType(object p0, object p1)
Definition Strings.cs:283
static string ParameterExpressionNotValidAsDelegate(object p0, object p1)
Definition Strings.cs:378
static string MethodContainsGenericParameters(object p0)
Definition Strings.cs:338
static string ElementInitializerMethodWithZeroArgs
Definition Strings.cs:121
static string ElementInitializerMethodStatic
Definition Strings.cs:123
static string NonAbstractConstructorRequired
Definition Strings.cs:149
static string IncorrectNumberOfTypeArgsForAction
Definition Strings.cs:131
static string MethodNotPropertyAccessor(object p0, object p1)
Definition Strings.cs:348
static string ExtensionNodeMustOverrideProperty(object p0)
Definition Strings.cs:218
static string DynamicBinderResultNotAssignable(object p0, object p1, object p2)
Definition Strings.cs:203
static string ExpressionMustBeReadable
Definition Strings.cs:151
static string CoalesceUsedOnNonNullType
Definition Strings.cs:107
static string IncorrectNumberOfLambdaArguments
Definition Strings.cs:159
static string TryMustHaveCatchFinallyOrFault
Definition Strings.cs:83
static string DynamicBindingNeedsRestrictions(object p0, object p1)
Definition Strings.cs:193
static string CollectionReadOnly
Definition Strings.cs:65
static string SetterHasNoParams
Definition Strings.cs:11
static string GenericMethodWithArgsDoesNotExistOnType(object p0, object p1)
Definition Strings.cs:458
static string TypeMustNotBeByRef
Definition Strings.cs:23
static string FieldInfoNotDefinedForType(object p0, object p1, object p2)
Definition Strings.cs:328
static string InvalidArgumentValue_ParamName
Definition Strings.cs:155
static string MethodWithMoreThanOneMatch(object p0, object p1)
Definition Strings.cs:463
static string UnhandledBindingType(object p0)
Definition Strings.cs:428
static string PropertyCannotHaveRefType
Definition Strings.cs:13
static string OperandTypesDoNotMatchParameters(object p0, object p1)
Definition Strings.cs:253
static string TypeMissingDefaultConstructor(object p0)
Definition Strings.cs:408
static string ArgumentTypeDoesNotMatchMember(object p0, object p1)
Definition Strings.cs:288
static string SwitchValueTypeDoesNotMatchComparisonMethodParameter(object p0, object p1)
Definition Strings.cs:548
static string ArgumentMustBeInteger
Definition Strings.cs:99
static string MustBeReducible
Definition Strings.cs:49
static string AmbiguousMatchInExpandoObject(object p0)
Definition Strings.cs:168
static string NotAMemberOfAnyType(object p0)
Definition Strings.cs:373
static string UserDefinedOperatorMustBeStatic(object p0)
Definition Strings.cs:223
static string IncorrectNumberOfConstructorArguments
Definition Strings.cs:161
static string LabelTargetUndefined(object p0)
Definition Strings.cs:483
static string FirstArgumentMustBeCallSite
Definition Strings.cs:77
static string UserDefinedOperatorMustNotBeVoid(object p0)
Definition Strings.cs:228
static string ArgCntMustBeGreaterThanNameCnt
Definition Strings.cs:67
static string LogicalOperatorMustHaveBooleanOperators(object p0, object p1)
Definition Strings.cs:448
static string ArgumentCannotBeOfTypeVoid
Definition Strings.cs:133
static string CoercionOperatorNotDefined(object p0, object p1)
Definition Strings.cs:233
static string BodyOfCatchMustHaveSameTypeAsBodyOfTry
Definition Strings.cs:85
static string IncorrectNumberOfLambdaDeclarationParameters
Definition Strings.cs:111
static string IndexesOfSetGetMustMatch
Definition Strings.cs:15
static string TryNotSupportedForMethodsWithRefArgs(object p0)
Definition Strings.cs:533
static string UnknownBindingType
Definition Strings.cs:127
static string FaultCannotHaveCatchOrFinally
Definition Strings.cs:81
static string OnlyStaticFieldsHaveNullInstance
Definition Strings.cs:35
static string OnlyStaticMethodsHaveNullInstance
Definition Strings.cs:39
static string UnhandledBinary(object p0)
Definition Strings.cs:423
static string FieldNotDefinedForType(object p0, object p1)
Definition Strings.cs:318
static string TypeContainsGenericParameters(object p0)
Definition Strings.cs:558
static string CannotAutoInitializeValueTypeMemberThroughProperty(object p0)
Definition Strings.cs:273
static string InstanceFieldNotDefinedForType(object p0, object p1)
Definition Strings.cs:323
static string TypeNotIEnumerable(object p0)
Definition Strings.cs:418
static string ExpressionTypeDoesNotMatchMethodParameter(object p0, object p1, object p2)
Definition Strings.cs:578
static string CollectionModifiedWhileEnumerating
Definition Strings.cs:63
static string MustRewriteChildToSameType(object p0, object p1, object p2)
Definition Strings.cs:523
static string EnumerationIsDone
Definition Strings.cs:153
static string InstanceAndMethodTypeMismatch(object p0, object p1, object p2)
Definition Strings.cs:403
static string UndefinedVariable(object p0, object p1, object p2)
Definition Strings.cs:503
static string MustReduceToDifferent
Definition Strings.cs:7
static string AmbiguousJump(object p0)
Definition Strings.cs:488
static string IncorrectNumberOfMethodCallArguments(object p0)
Definition Strings.cs:588
static string ElementInitializerMethodNotAdd
Definition Strings.cs:119
static string NoOrInvalidRuleProduced
Definition Strings.cs:73
static string PropertyNotDefinedForType(object p0, object p1)
Definition Strings.cs:383
static string AllCaseBodiesMustHaveSameType
Definition Strings.cs:53
static string MethodIsGeneric(object p0)
Definition Strings.cs:343
static string CannotCloseOverByRef(object p0, object p1)
Definition Strings.cs:508
static string IncorrectNumberOfIndexes
Definition Strings.cs:109
static string IncorrectNumberOfArgumentsForMembers
Definition Strings.cs:115
static string OverloadOperatorTypeDoesNotMatchConversionType(object p0, object p1)
Definition Strings.cs:258
static string CannotAutoInitializeValueTypeElementThroughProperty(object p0)
Definition Strings.cs:268
static string LabelMustBeVoidOrHaveExpression
Definition Strings.cs:57
static string QuotedExpressionMustBeLambda
Definition Strings.cs:61
static string BoundsCannotBeLessThanOne
Definition Strings.cs:21
static string ExpressionTypeDoesNotMatchLabel(object p0, object p1)
Definition Strings.cs:308
static string ControlCannotEnterTry
Definition Strings.cs:139
static string DuplicateVariable(object p0)
Definition Strings.cs:208
static string BinderNotCompatibleWithCallSite(object p0, object p1, object p2)
Definition Strings.cs:188
static string ConversionIsNotSupportedForArithmeticTypes
Definition Strings.cs:87
static string ArgumentMustNotHaveValueType
Definition Strings.cs:47
static string ExpressionTypeDoesNotMatchParameter(object p0, object p1)
Definition Strings.cs:583
static string ControlCannotEnterExpression
Definition Strings.cs:141
static string ArgumentMustBeFieldInfoOrPropertyInfoOrMethod
Definition Strings.cs:95
static string StartEndMustBeOrdered
Definition Strings.cs:79
static string UnaryOperatorNotDefined(object p0, object p1)
Definition Strings.cs:238
static string OutOfRange(object p0, object p1)
Definition Strings.cs:473
static string BinaryOperatorNotDefined(object p0, object p1, object p2)
Definition Strings.cs:243
static string PropertyDoesNotHaveAccessor(object p0)
Definition Strings.cs:363
static string IncorrectNumberOfMembersForGivenConstructor
Definition Strings.cs:113
static string PropertyTypeMustMatchSetter
Definition Strings.cs:31
static string LambdaTypeMustBeDerivedFromSystemDelegate
Definition Strings.cs:117
static string NonStaticConstructorRequired
Definition Strings.cs:147
static string TestValueTypeDoesNotMatchComparisonMethodParameter(object p0, object p1)
Definition Strings.cs:543
static string ArgumentTypeCannotBeVoid
Definition Strings.cs:71
static string RethrowRequiresCatch
Definition Strings.cs:143
static string ExpressionMustBeWriteable
Definition Strings.cs:45
static string MustRewriteWithoutMethod(object p0, object p1)
Definition Strings.cs:528
static string ControlCannotLeaveFilterTest
Definition Strings.cs:137
static string UserDefinedOpMustHaveConsistentTypes(object p0, object p1)
Definition Strings.cs:438
static string ReducedNotCompatible
Definition Strings.cs:9
static string AccessorsCannotHaveByRefArgs
Definition Strings.cs:19
static string SameKeyExistsInExpando(object p0)
Definition Strings.cs:173
static string PropertyWithMoreThanOneMatch(object p0, object p1)
Definition Strings.cs:468
static string UserDefinedOpMustHaveValidReturnType(object p0, object p1)
Definition Strings.cs:443
static string InvalidMetaObjectCreated(object p0)
Definition Strings.cs:183
static string ExpressionTypeDoesNotMatchConstructorParameter(object p0, object p1)
Definition Strings.cs:553
static string ArgumentMustBeArray
Definition Strings.cs:89
static string ArgumentTypesMustMatch
Definition Strings.cs:105
static string TryNotAllowedInFilter
Definition Strings.cs:145
static string ArgumentMustBeInstanceMember
Definition Strings.cs:97
static string ReducibleMustOverrideReduce
Definition Strings.cs:5
static string PropertyTypeMustMatchGetter
Definition Strings.cs:29
static string BindingCannotBeNull
Definition Strings.cs:69
static string VariableMustNotBeByRef(object p0, object p1)
Definition Strings.cs:163
static string NonLocalJumpWithValue(object p0)
Definition Strings.cs:493
static string KeyDoesNotExistInExpando(object p0)
Definition Strings.cs:178
static string LabelTypeMustBeVoid
Definition Strings.cs:59
static string InstancePropertyWithoutParameterNotDefinedForType(object p0, object p1)
Definition Strings.cs:393
static string OnlyStaticPropertiesHaveNullInstance
Definition Strings.cs:37
static string NotAMemberOfType(object p0, object p1)
Definition Strings.cs:368
static string MethodWithArgsDoesNotExistOnType(object p0, object p1)
Definition Strings.cs:453
static string ExpressionTypeDoesNotMatchAssignment(object p0, object p1)
Definition Strings.cs:303
static string ArgumentMustBeSingleDimensionalArrayType
Definition Strings.cs:103
static string DynamicObjectResultNotAssignable(object p0, object p1, object p2, object p3)
Definition Strings.cs:198
static string ArgumentMustBeFieldInfoOrPropertyInfo
Definition Strings.cs:93
static string DefaultBodyMustBeSupplied
Definition Strings.cs:55
static string InstancePropertyNotDefinedForType(object p0, object p1)
Definition Strings.cs:388