Showing 241 - 260 of 682 results
C# Compiler Error CS0182 โ€“ An attribute argument must be a constant expression, typeof expression or array creation expression of...
C# Compiler Error CS0061 โ€“ Inconsistent accessibility: base interface โ€˜interface 1โ€™ is less accessible than interface โ€˜interface 2โ€™ Reason for...
C# Compiler Error CS0215 โ€“ The return type of operator True or False must be bool. Reason for the Error...
C# Compiler Error CS0051 โ€“ Inconsistent accessibility: parameter type โ€˜typeโ€™ is less accessible than method โ€˜methodโ€™ Reason for the Error...
C# Error CS0599 โ€“ Invalid value for named attribute argument โ€˜{0}โ€™ Reason for the Error & Solution Invalid value for...
C# Error CS0562 โ€“ The parameter of a unary operator must be the containing type Reason for the Error &...
C# Error CS1104 โ€“ A parameter array cannot be used with โ€˜thisโ€™ modifier on an extension method Reason for the...
C# Compiler Error CS0545 โ€“ โ€˜functionโ€™ : cannot override because โ€˜propertyโ€™ does not have an overridable get accessor Reason for...
C# Compiler Error CS0509 โ€“ โ€˜class1โ€™ : cannot derive from sealed type โ€˜class2โ€™ Reason for the Error Youโ€™ll get this...
C# Compiler Error CS0523 โ€“ Struct member โ€˜struct2 fieldโ€™ of type โ€˜struct1โ€™ causes a cycle in the struct layout Reason...
C# Compiler Error CS0181 โ€“ Attribute constructor parameter โ€˜valueโ€™ has type โ€˜decimalโ€™, which is not a valid attribute parameter type...
C# Error CS0765 โ€“ Partial methods with only a defining declaration or removed conditional methods cannot be used in expression...
C# Error CS1671 โ€“ A namespace declaration cannot have modifiers or attributes Reason for the Error & Solution A namespace...
C# Error CS0758 โ€“ Both partial method declarations must use a params parameter or neither may use a params parameter...
C# Error CS1742 โ€“ An array access may not have a named argument specifier Reason for the Error & Solution...
C# Error CS1650 โ€“ Fields of static readonly field โ€˜{0}โ€™ cannot be assigned to (except in a static constructor or...
C# Compiler Error CS0529 โ€“ Inherited interface โ€˜interface1โ€™ causes a cycle in the interface hierarchy of โ€˜interface2โ€™ Reason for the...
C# Error CS1546 โ€“ Property, indexer, or event โ€˜{0}โ€™ is not supported by the language; try directly calling accessor method...
C# Error CS8153 โ€“ An expression tree lambda may not contain a call to a method, property, or indexer that...
C# Compiler Error Message CS0020 Division by constant zero Reason for the Error You would usually receive this error when...