Showing 561 - 580 of 682 results
C# Compiler Error CS0274 โ€“ Cannot specify accessibility modifiers for both accessors of the property or indexer โ€˜property/indexerโ€™ Reason for...
C# Compiler Error CS0225 โ€“ The params parameter must be a single dimensional array Reason for the Error The params...
C# Compiler Error CS0577 โ€“ The Conditional attribute is not valid on โ€˜functionโ€™ because it is a constructor, destructor, operator,...
C# Error CS8173 โ€“ The expression must be of type โ€˜{0}โ€™ because it is being assigned by reference Reason for...
C# Compiler Error CS0073 โ€“ An add or remove accessor must have a body Reason for the Error You will...
C# Error CS2006 โ€“ Command-line syntax error: Missing โ€˜{0}โ€™ for โ€˜{1}โ€™ option Reason for the Error & Solution Command-line syntax...
C# Error CS0596 โ€“ The Guid attribute must be specified with the ComImport attribute Reason for the Error & Solution...
C# Error CS0689 โ€“ Cannot derive from โ€˜{0}โ€™ because it is a type parameter Reason for the Error & Solution...
C# Error CS1109 โ€“ Extension methods must be defined in a top level static class; {0} is a nested class...
C# Compiler Error CS0507 โ€“ โ€˜function1โ€™ : cannot change access modifiers when overriding โ€˜accessโ€™ inherited member โ€˜function2โ€™ Reason for the...
C# Error CS1623 โ€“ Iterators cannot have ref, in or out parameters Reason for the Error & Solution Iterators cannot...
C# Error CS0710 โ€“ Static classes cannot have instance constructors Reason for the Error & Solution Static classes cannot have...
C# Error CS1615 โ€“ Argument {0} may not be passed with the โ€˜{1}โ€™ keyword Reason for the Error & Solution...
C# Compiler Error CS0528 โ€“ โ€˜interfaceโ€™ is already listed in interface list Reason for the Error Youโ€™ll get this error...
C# Compiler Error CS0250 โ€“ Do not directly call your base class Finalize method. It is called automatically from your...
C# Error CS0716 โ€“ Cannot convert to static type โ€˜{0}โ€™ Reason for the Error & Solution Cannot convert to static...
C# Compiler Error CS0234 โ€“ The type or namespace name โ€˜nameโ€™ does not exist in the namespace โ€˜namespaceโ€™ (are you...
C# Compiler Error CS0273 โ€“ The accessibility modifier of the โ€˜property_accessorโ€™ accessor must be more restrictive than the property or...
C# Compiler Error CS0582 โ€“ The ConditionalAttribute is not valid on an interface member Reason for the Error You will...
C# Error CS1044 โ€“ Cannot use more than one type in a for, using, fixed, or declaration statement Reason for...