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 CS0442 – ‘Property’: abstract properties cannot have private accessors
C# Error CS0762 – Cannot create delegate from method ‘{0}’ because it is a partial method without an implementing declaration
C# Compiler Error Codes CS0501 to CS1000
C# Error CS8403 – Method ‘{0}’ with an iterator block must be ‘async’ to return ‘{1}’
C# Error CS1715 – ‘{0}’: type must be ‘{2}’ to match overridden member ‘{1}’
C# Error CS0117 – ‘type’ does not contain a definition for ‘identifier’
C# Error CS1540 – Cannot access protected member ‘{0}’ via a qualifier of type ‘{1}’; the qualifier must be of type ‘{2}’ (or derived from it)
C# Error CS1113 – Extension method ‘{0}’ defined on value type ‘{1}’ cannot be used to create delegates
C# Error CS0506 – ‘function1’ : cannot override inherited member ‘function2’ because it is not marked “virtual”, “abstract”, or “override”
C# Error CS8160 – A readonly field cannot be returned by writable reference
C# Error CS1740 – Named argument ‘{0}’ cannot be specified multiple times
C# Error CS0751 – A partial method must be declared within a partial type
C# Error CS1619 – Cannot create temporary file — {0}
C# Error CS1914 – Static field or property ‘{0}’ cannot be assigned in an object initializer
C# Compiler Error Codes CS4001 to CS6000
C# Error CS1751 – Cannot specify a default value for a parameter array
C# Error CS0739 – ‘{0}’ duplicate TypeForwardedToAttribute
C# Error CS1672 – Invalid option ‘{0}’ for /platform; must be anycpu, x86, Itanium, arm, arm64 or x64
C# Error CS1625 – Cannot yield in the body of a finally clause
C# Error CS8145 – Auto-implemented properties cannot return by reference
1
2
…
35