Content Writing
Blogging
General
Analytics
How To
.NET
ASP.NET
Delphi
Excel
Outlook
Powerpoint
OutSystems
PowerShell
JavaScript
Windows
Courses
Jobs
UK Visa Sponsorship & PSW Jobs
India Freshers Jobs
Tutorials
C Programming
Java
Python
C#
SQL
HTML
PHP
SQL Server
Blog
Tools
What is My IP Address?
Password Generator
Tag:
C# Compiler Errors
C# Error CS0544 – ‘property override’: cannot override because ‘non-property’ is not a property
C# Error CS8149 – By-reference returns may only be used in methods that return by reference
C# Error CS1661 – Cannot convert {0} to type ‘{1}’ because the parameter types do not match the delegate parameter types
C# Error CS1729 – ‘{0}’ does not contain a constructor that takes {1} arguments
C# Error CS1631 – Cannot yield a value in the body of a catch clause
C# Error CS0663 – ‘{0}’ cannot define an overloaded {1} that differs only on parameter modifiers ‘{2}’ and ‘{3}’
C# Error CS0019 – Operator ‘{0}’ cannot be applied to operands of type ‘{1}’ and ‘{2}’
C# Error CS0113 – A member ‘function’ marked as override cannot be marked as new or virtual
C# Error CS0559 – The parameter type for ++ or — operator must be the containing type
C# Error CS2007 – Unrecognized option: ‘{0}’
C# Error CS0620 – Indexers cannot have void type
C# Error CS0678 – ‘{0}’: a field cannot be both volatile and readonly
C# Error CS1900 – Warning level must be zero or greater
C# Error CS0656 – Missing compiler required member ‘{0}.{1}’
C# Error CS1908 – The type of the argument to the DefaultParameterValue attribute must match the parameter type
C# Error CS0156 – A throw statement with no arguments is not allowed outside of a catch clause
C# Error CS0731 – The type forwarder for type ‘{0}’ in assembly ‘{1}’ causes a cycle
C# Error CS1736 – Default parameter value for ‘{0}’ must be a compile-time constant
C# Error CS1025 – 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 reference
1
…
14
15
16
…
35