HomeCSharpPage 13

CSharp

Showing 241 - 260 of 961 results
C# Error CS1660 – Cannot convert {0} to type ‘{1}’ because it is not a delegate type Reason for the...
C# Error CS1657 – Cannot use ‘{0}’ as a ref or out value because it is a ‘{1}’ Reason for...
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,...

Categories

Archives