C# Compiler Errors

Showing 441 - 460 of 682 results
C# Compiler Error Message Error CS0017 Program ‘output file name’ has more than one entry point defined. Compile with /main...
C# Error CS0724 – A throw statement with no arguments is not allowed in a finally clause that is nested...
C# Error CS0629 – Conditional member ‘{0}’ cannot implement interface member ‘{1}’ in type ‘{2}’ Reason for the Error &...
C# Error CS8374 – Cannot ref-assign ‘{1}’ to ‘{0}’ because ‘{1}’ has a narrower escape scope than ‘{0}’. Reason for...
C# Error CS8373 – The left-hand side of a ref assignment must be a ref variable. Reason for the Error...
C# Error CS0720 – ‘{0}’: cannot declare indexers in a static class Reason for the Error & Solution ‘static class’:...
C# Error CS0718 – ‘{0}’: static types cannot be used as type arguments Reason for the Error & Solution ‘type’:...
C# Compiler Error Message CS0050 – Inconsistent accessibility: return type ‘type’ is less accessible than method ‘method’ Reason for the...
C# Error CS8170 – Struct members cannot return ‘this’ or other instance members by reference Reason for the Error &...
C# Error CS8174 – A declaration of a by-reference variable must have an initializer Reason for the Error & Solution...
C# Compiler Error Type ‘class’ already defines a member called ‘member’ with the same parameter types Reason for the Error...
C# Compiler Error CS0103 – The name ‘identifier’ does not exist in the current context Reason for the Error You...
C# Compiler Error CS0239 – ‘member’ : cannot override inherited member ‘inherited member’ because it is sealed Reason for the...
C# Compiler Error CS0122 – ‘member’ is inaccessible due to its protection level Reason for the Error You will usually...
C# Error CS5001 – Program does not contain a static ‘Main’ method suitable for an entry point Reason for the...
C# Error CS1003 – Syntax error, ‘{0}’ expected Reason for the Error & Solution Syntax error, ‘char’ expected The compiler...
C# Error CS1024 – Preprocessor directive expected Reason for the Error & Solution Preprocessor directive expected A line began with...
C# Error CS0713 – Static class ‘{0}’ cannot derive from type ‘{1}’. Static classes must derive from object. Reason for...
C# Error CS1585 – Member modifier ‘{0}’ must precede the member type and name Reason for the Error & Solution...