Showing 401 - 420 of 682 results
C# Error CS0704 โ€“ Cannot do non-virtual member lookup in โ€˜{0}โ€™ because it is a type parameter Reason for the...
C# Error CS0703 โ€“ Inconsistent accessibility: constraint type โ€˜{1}โ€™ is less accessible than โ€˜{0}โ€™ Reason for the Error & Solution...
C# Error CS0702 โ€“ Constraint cannot be special class โ€˜{0}โ€™ Reason for the Error & Solution Constraint cannot be special...
C# Error CS0701 โ€“ โ€˜{0}โ€™ is not a valid constraint. A type used as a constraint must be an interface,...
C# Error CS0699 โ€“ โ€˜{1}โ€™ does not define type parameter โ€˜{0}โ€™ Reason for the Error & Solution โ€˜genericโ€™ does not...
C# Error CS0695 โ€“ โ€˜{0}โ€™ cannot implement both โ€˜{1}โ€™ and โ€˜{2}โ€™ because they may unify for some type parameter substitutions...
C# Error CS0694 โ€“ Type parameter โ€˜{0}โ€™ has the same name as the containing type, or method Reason for the...
C# Error CS0692 โ€“ Duplicate type parameter โ€˜{0}โ€™ Reason for the Error & Solution Duplicate type parameter โ€˜identifierโ€™ The same...
C# Error CS0689 โ€“ Cannot derive from โ€˜{0}โ€™ because it is a type parameter Reason for the Error & Solution...
C# Error CS0687 โ€“ The namespace alias qualifier โ€˜::โ€™ always resolves to a type or namespace so is illegal here....
C# Error CS0686 โ€“ Accessor โ€˜{0}โ€™ cannot implement interface member โ€˜{1}โ€™ for type โ€˜{2}โ€™. Use an explicit interface implementation. Reason...
C# Error CS0685 โ€“ Conditional member โ€˜{0}โ€™ cannot have an out parameter Reason for the Error & Solution Conditional member...
C# Error CS0683 โ€“ โ€˜{0}โ€™ explicit method implementation cannot implement โ€˜{1}โ€™ because it is an accessor Reason for the Error...
C# Error CS0682 โ€“ โ€˜{0}โ€™ cannot implement โ€˜{1}โ€™ because it is not supported by the language Reason for the Error...
C# Error CS0681 โ€“ The modifier โ€˜abstractโ€™ is not valid on fields. Try using a property instead. Reason for the...
C# Error CS0678 โ€“ โ€˜{0}โ€™: a field cannot be both volatile and readonly Reason for the Error & Solution โ€˜variableโ€™:...
C# Error CS0677 โ€“ โ€˜{0}โ€™: a volatile field cannot be of the type โ€˜{1}โ€™ Reason for the Error & Solution...
C# Error CS0674 โ€“ Do not use โ€˜System.ParamArrayAttributeโ€™. Use the โ€˜paramsโ€™ keyword instead. Reason for the Error & Solution Do...
C# Error CS0673 โ€“ System.Void cannot be used from C# โ€” use typeof(void) to get the void type object Reason...
C# Error CS0670 โ€“ Field cannot have void type Reason for the Error & Solution Field cannot have void type...

Categories

Archives