Showing 181 - 200 of 682 results
C# Error CS1656 โ€“ Cannot assign to โ€˜{0}โ€™ because it is a โ€˜{1}โ€™ Reason for the Error & Solution Cannot...
C# Error CS1655 โ€“ Cannot use fields of โ€˜{0}โ€™ as a ref or out value because it is a โ€˜{1}โ€™...
C# Error CS1654 โ€“ Cannot modify members of โ€˜{0}โ€™ because it is a โ€˜{1}โ€™ Reason for the Error & Solution...
C# Error CS1651 โ€“ Fields of static readonly field โ€˜{0}โ€™ cannot be used as a ref or out value (except...
C# Error CS1650 โ€“ Fields of static readonly field โ€˜{0}โ€™ cannot be assigned to (except in a static constructor or...
C# Error CS1649 โ€“ Members of readonly field โ€˜{0}โ€™ cannot be used as a ref or out value (except in...
C# Error CS1648 โ€“ Members of readonly field โ€˜{0}โ€™ cannot be modified (except in a constructor or a variable initializer)...
C# Error CS1646 โ€“ Keyword, identifier, or string expected after verbatim specifier: @ Reason for the Error & Solution Keyword,...
C# Error CS1643 โ€“ Not all code paths return a value in {0} of type โ€˜{1}โ€™ Reason for the Error...
C# Error CS1642 โ€“ Fixed size buffer fields may only be members of structs Reason for the Error & Solution...
C# Error CS1641 โ€“ A fixed size buffer field must have the array size specifier after the field name Reason...
C# Error CS1640 โ€“ foreach statement cannot operate on variables of type โ€˜{0}โ€™ because it implements multiple instantiations of โ€˜{1}โ€™;...
C# Error CS1639 โ€“ The managed coclass wrapper class signature โ€˜{0}โ€™ for interface โ€˜{1}โ€™ is not a valid class name...
C# Error CS1637 โ€“ Iterators cannot have unsafe parameters or yield types Reason for the Error & Solution Iterators cannot...
C# Error CS1632 โ€“ Control cannot leave the body of an anonymous method or lambda expression Reason for the Error...
C# Error CS1631 โ€“ Cannot yield a value in the body of a catch clause Reason for the Error &...
C# Error CS1629 โ€“ Unsafe code may not appear in iterators Reason for the Error & Solution Unsafe code may...
C# Error CS1628 โ€“ Cannot use ref, out, or in parameter โ€˜{0}โ€™ inside an anonymous method, lambda expression, query expression,...
C# Error CS1627 โ€“ Expression expected after yield return Reason for the Error & Solution Expression expected after yield return...
C# Error CS1626 โ€“ Cannot yield a value in the body of a try block with a catch clause Reason...

Categories

Archives