C# Compiler Errors

Showing 301 - 320 of 682 results
C# Error CS1600 – Compilation cancelled by user Reason for the Error & Solution Compilation cancelled by user A compilation...
C# Error CS8175 – Cannot use ref local ‘{0}’ inside an anonymous method, lambda expression, or query expression Reason for...
C# Compiler Error CS0154 – The property or indexer ‘property’ cannot be used in this context because it lacks the...
C# Compiler Error CS0082 – Type ‘type’ already reserves a member called ‘name’ with the same parameter types Reason for...
C# Error CS1009 – Unrecognized escape sequence Reason for the Error & Solution Unrecognized escape sequence An unexpected character follows...
C# Compiler Error CS0432 – Alias ‘identifier’ not found Reason for the Error You’ll get this error in your C#...
C# Error CS0702 – Constraint cannot be special class ‘{0}’ Reason for the Error & Solution Constraint cannot be special...
C# Error CS8156 – An expression cannot be used in this context because it may not be passed or returned...
C# Error CS0616 – ‘{0}’ is not an attribute class Reason for the Error & Solution ‘class’ is not an...
C# Error CS1562 – Outputs without source must have the /out option specified Reason for the Error & Solution Outputs...
C# Compiler Error CS0277 – ‘class’ does not implement interface member ‘accessor’. ‘class accessor’ is not public Reason for the...
C# Compiler Error CS0054 – Inconsistent accessibility: indexer return type ‘type’ is less accessible than indexer ‘indexer’ Reason for the...
C# Error CS1514 – { expected Reason for the Error & Solution { expected The compiler expected an opening curly...
C# Compiler Error CS0426 – The type name ‘identifier’ does not exist in the type ‘type’ Reason for the Error...
C# Error CS0633 – The argument to the ‘{0}’ attribute must be a valid identifier Reason for the Error &...
C# Compiler Error CS0244 – Neither ‘is’ nor ‘as’ is valid on pointer types Reason for the Error You will...
C# Error CS1110 – Cannot define a new extension method because the compiler required type ‘{0}’ cannot be found. Are...
C# Error CS0845 – An expression tree lambda may not contain a coalescing operator with a null or default literal...
C# Error CS0563 – One of the parameters of a binary operator must be the containing type Reason for the...
C# Error CS1664 – Fixed size buffer of length {0} and type ‘{1}’ is too big Reason for the Error...