Showing 641 - 660 of 682 results
C# Compiler Error CS0117 โ€“ โ€˜typeโ€™ does not contain a definition for โ€˜identifierโ€™ Reason for the Error This error can...
C# Compiler Error CS0116 โ€“ A namespace cannot directly contain members such as fields or methods. Reason for the Error...
C# Compiler Error Error CS0115 โ€“ โ€˜functionโ€™ : no suitable method found to override Reason for the Error You would...
C# Compiler Error CS0113 โ€“ A member โ€˜functionโ€™ marked as override cannot be marked as new or virtual Reason for...
C# Compiler Error CS0112 โ€“ A static member โ€˜functionโ€™ cannot be marked as override, virtual or abstract Reason for the...
C# Compiler Error Type โ€˜classโ€™ already defines a member called โ€˜memberโ€™ with the same parameter types Reason for the Error...
C# Compiler Error CS0110 โ€“ The evaluation of the constant value for โ€˜const declarationโ€™ involves a circular definition Reason for...
C# Compiler Error CS0107 โ€“ More than one protection modifier Reason for the Error In C#, you are allowed to...
C# Compiler Error CS0106 โ€“ The modifier โ€˜modifierโ€™ is not valid for this item Reason for the Error You will...
C# Compiler Error CS0104 โ€“ โ€˜referenceโ€™ is an ambiguous reference between โ€˜identifierโ€™ and โ€˜identifierโ€™ Reason for the Error You will...
C# Compiler Error CS0103 โ€“ The name โ€˜identifierโ€™ does not exist in the current context Reason for the Error You...
C# Compiler Error CS0102 โ€“ The type โ€˜type nameโ€™ already contains a definition for โ€˜identifierโ€™ Reason for the Error You...
C# Compiler Error CS0101 โ€“ The namespace โ€˜namespaceโ€™ already contains a definition for โ€˜typeโ€™ Reason for the Error You will...
C# Compiler Error CS0100 โ€“ The parameter name โ€˜parameter nameโ€™ is a duplicate Reason for the Error You will receive...
C# Compiler Error CS0082 โ€“ Type โ€˜typeโ€™ already reserves a member called โ€˜nameโ€™ with the same parameter types Reason for...
C# Compiler Error CS0080 โ€“ Constraints are not allowed on non-generic declarations Reason for the Error You will receive this...
C# Compiler Error CS0077 โ€“ The as operator must be used with a reference type or nullable type (โ€˜intโ€™ is...
C# Compiler Error CS0076 โ€“ The enumerator name โ€˜value__โ€™ is reserved and cannot be used Reason for the Error You...
C# Compiler Error CS0075 โ€“ To cast a negative value, you must enclose the value in parentheses Reason for the...
C# Compiler Error CS0073 โ€“ An add or remove accessor must have a body Reason for the Error You will...

Categories

Archives