Showing 281 - 300 of 682 results
C# Compiler Error CS0544 โ€“ โ€˜property overrideโ€™: cannot override because โ€˜non-propertyโ€™ is not a property Reason for the Error You...
C# Error CS8149 โ€“ By-reference returns may only be used in methods that return by reference Reason for the Error...
C# Error CS1661 โ€“ Cannot convert {0} to type โ€˜{1}โ€™ because the parameter types do not match the delegate parameter...
C# Error CS1729 โ€“ โ€˜{0}โ€™ does not contain a constructor that takes {1} arguments Reason for the Error & Solution...
C# Error CS1631 โ€“ Cannot yield a value in the body of a catch clause Reason for the Error &...
C# Error CS0663 โ€“ โ€˜{0}โ€™ cannot define an overloaded {1} that differs only on parameter modifiers โ€˜{2}โ€™ and โ€˜{3}โ€™ Reason...
C# Compiler Error Message Operator โ€˜{0}โ€™ cannot be applied to operands of type โ€˜{1}โ€™ and โ€˜{2}โ€™ Reason for the Error...
C# Compiler Error CS0113 โ€“ A member โ€˜functionโ€™ marked as override cannot be marked as new or virtual Reason for...
C# Error CS0559 โ€“ The parameter type for ++ or โ€” operator must be the containing type Reason for the...
C# Error CS2007 โ€“ Unrecognized option: โ€˜{0}โ€™ Reason for the Error & Solution Unrecognized command-line option: โ€˜optionโ€™ The compiler was...
C# Error CS0620 โ€“ Indexers cannot have void type Reason for the Error & Solution Indexers cannot have void type...
C# Error CS0678 โ€“ โ€˜{0}โ€™: a field cannot be both volatile and readonly Reason for the Error & Solution โ€˜variableโ€™:...
C# Error CS1900 โ€“ Warning level must be zero or greater Reason for the Error & Solution Warning level must...
C# Error CS0656 โ€“ Missing compiler required member โ€˜{0}.{1}โ€™ Reason for the Error & Solution Missing compiler required member โ€˜object.memberโ€™...
C# Error CS1908 โ€“ The type of the argument to the DefaultParameterValue attribute must match the parameter type Reason for...
C# Compiler Error CS0156 โ€“ A throw statement with no arguments is not allowed outside of a catch clause Reason...
C# Error CS0731 โ€“ The type forwarder for type โ€˜{0}โ€™ in assembly โ€˜{1}โ€™ causes a cycle Reason for the Error...
C# Error CS1736 โ€“ Default parameter value for โ€˜{0}โ€™ must be a compile-time constant Reason for the Error & Solution...
C# Error CS1025 โ€“ Single-line comment or end-of-line expected Reason for the Error & Solution 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...