Showing 361 - 380 of 682 results
C# Compiler Error CS0131 โ€“ The left-hand side of an assignment must be a variable, property or indexer Reason for...
C# Compiler Error CS0463 โ€“ Evaluation of the decimal constant expression failed with error: โ€˜errorโ€™ Reason for the Error Youโ€™ll...
C# Compiler Error CS0132 โ€“ โ€˜constructorโ€™ : a static constructor must be parameterless Reason for the Error You will receive...
C# Compiler Error CS0549 โ€“ โ€˜functionโ€™ is a new virtual member in sealed class โ€˜classโ€™ Reason for the Error You...
C# Compiler Error CS0269 โ€“ Use of unassigned out parameter โ€˜parameterโ€™ Reason for the Error Youโ€™ll get this error in...
C# Error CS1921 โ€“ The best overloaded method match for โ€˜{0}โ€™ has wrong signature for the initializer element. The initializable...
C# Error CS0837 โ€“ The first operand of an โ€˜isโ€™ or โ€˜asโ€™ operator may not be a lambda expression, anonymous...
C# Compiler Error CS0503 โ€“ The abstract method โ€˜methodโ€™ cannot be marked virtual Reason for the Error Youโ€™ll get this...
C# Error CS1988 โ€“ Async methods cannot have ref, in or out parameters Reason for the Error & Solution Async...
C# Compiler Error CS0178 โ€“ Invalid rank specifier: expected โ€˜,โ€™ or โ€˜]โ€™ Reason for the Error You will receive this...
C# Error CS2001 โ€“ Source file โ€˜{0}โ€™ could not be found. Reason for the Error & Solution Source file โ€˜fileโ€™...
C# Error CS0631 โ€“ ref and out are not valid in this context Reason for the Error & Solution ref...
C# Compiler Error CS0263 โ€“ Partial declarations of โ€˜typeโ€™ must not specify different base classes Reason for the Error Youโ€™ll...
C# Error CS8132 โ€“ Cannot deconstruct a tuple of โ€˜{0}โ€™ elements into โ€˜{1}โ€™ variables. Reason for the Error & Solution...
C# Error CS0717 โ€“ โ€˜{0}โ€™: static classes cannot be used as constraints Reason for the Error & Solution โ€˜static classโ€™:...
C# Error CS8157 โ€“ Cannot return โ€˜{0}โ€™ by reference because it was initialized to a value that cannot be returned...
C# Compiler Error CS0539 โ€“ โ€˜memberโ€™ in explicit interface declaration is not a member of interface Reason for the Error...
C# Error CS1608 โ€“ The RequiredAttribute attribute is not permitted on C# types Reason for the Error & Solution The...
C# Error CS1002 โ€“ ; expected Reason for the Error & Solution ; expected The compiler detected a missing semicolon....