C# Compiler Errors

Showing 281 - 300 of 682 results
C# Compiler Error CS0544 – ‘property override’: cannot override because ‘non-property’ is not a property Reason for the Error You...
C# Error CS8149 – By-reference returns may only be used in methods that return by reference Reason for the Error...
C# Error CS1661 – Cannot convert {0} to type ‘{1}’ because the parameter types do not match the delegate parameter...
C# Error CS1729 – ‘{0}’ does not contain a constructor that takes {1} arguments Reason for the Error & Solution...
C# Error CS1631 – Cannot yield a value in the body of a catch clause Reason for the Error &...
C# Error CS0663 – ‘{0}’ cannot define an overloaded {1} that differs only on parameter modifiers ‘{2}’ and ‘{3}’ Reason...
C# Compiler Error Message Operator ‘{0}’ cannot be applied to operands of type ‘{1}’ and ‘{2}’ Reason for the Error...
C# Compiler Error CS0113 – A member ‘function’ marked as override cannot be marked as new or virtual Reason for...
C# Error CS0559 – The parameter type for ++ or — operator must be the containing type Reason for the...
C# Error CS2007 – Unrecognized option: ‘{0}’ Reason for the Error & Solution Unrecognized command-line option: ‘option’ The compiler was...
C# Error CS0620 – Indexers cannot have void type Reason for the Error & Solution Indexers cannot have void type...
C# Error CS0678 – ‘{0}’: a field cannot be both volatile and readonly Reason for the Error & Solution ‘variable’:...
C# Error CS1900 – Warning level must be zero or greater Reason for the Error & Solution Warning level must...
C# Error CS0656 – Missing compiler required member ‘{0}.{1}’ Reason for the Error & Solution Missing compiler required member ‘object.member’...
C# Error CS1908 – The type of the argument to the DefaultParameterValue attribute must match the parameter type Reason for...
C# Compiler Error CS0156 – A throw statement with no arguments is not allowed outside of a catch clause Reason...
C# Error CS0731 – The type forwarder for type ‘{0}’ in assembly ‘{1}’ causes a cycle Reason for the Error...
C# Error CS1736 – Default parameter value for ‘{0}’ must be a compile-time constant Reason for the Error & Solution...
C# Error CS1025 – Single-line comment or end-of-line expected Reason for the Error & Solution Single-line comment or end-of-line expected...
C# Error CS8178 – ‘await’ cannot be used in an expression containing a call to ‘{0}’ because it returns by...