Showing 541 - 560 of 682 results
C# Compiler Error CS0431 โ€“ Cannot use alias โ€˜identifierโ€™ with โ€˜::โ€™ since the alias references a type. Use โ€˜.โ€™ instead...
C# Compiler Error CS0426 โ€“ The type name โ€˜identifierโ€™ does not exist in the type โ€˜typeโ€™ Reason for the Error...
C# Compiler Error CS0418 โ€“ โ€˜class nameโ€™: an abstract class cannot be sealed or static Reason for the Error Youโ€™ll...
C# Compiler Error CS0404 โ€“ โ€˜<โ€˜ unexpected : attributes cannot be generic Reason for the Error Youโ€™ll get this error...
C# Compiler Error CS0316 โ€“ The parameter name โ€˜nameโ€™ conflicts with an automatically-generated parameter name. Reason for the Error Youโ€™ll...
C# Compiler Error CS0283 โ€“ The type โ€˜typeโ€™ cannot be declared const Reason for the Error Youโ€™ll get this error...
C# Compiler Error CS0277 โ€“ โ€˜classโ€™ does not implement interface member โ€˜accessorโ€™. โ€˜class accessorโ€™ is not public Reason for the...
C# Compiler Error CS0276 โ€“ โ€˜property/indexerโ€™: accessibility modifiers on accessors may only be used if the property or indexer has...
Compiler Error CS0275 โ€“ โ€˜accessorโ€™: accessibility modifiers may not be used on accessors in an interface Reason for the Error...
C# Compiler Error CS0274 โ€“ Cannot specify accessibility modifiers for both accessors of the property or indexer โ€˜property/indexerโ€™ Reason for...
C# Compiler Error CS0273 โ€“ The accessibility modifier of the โ€˜property_accessorโ€™ accessor must be more restrictive than the property or...
C# Compiler Error CS0272 โ€“ The property or indexer โ€˜property/indexerโ€™ cannot be used in this context because the set accessor...
C# Compiler Error CS0271 โ€“ The property or indexer โ€˜property/indexerโ€™ cannot be used in this context because the get accessor...
C# Compiler Error CS0270 โ€“ Array size cannot be specified in a variable declaration (try initializing with a โ€˜newโ€™ expression)...
C# Compiler Error CS0269 โ€“ Use of unassigned out parameter โ€˜parameterโ€™ Reason for the Error Youโ€™ll get this error in...
C# Compiler Error CS0267 โ€“ The partial modifier can only appear immediately before โ€˜classโ€™, โ€˜recordโ€™, โ€˜structโ€™, โ€˜interfaceโ€™, or a method...
C# Compiler Error CS0266 โ€“ Cannot implicitly convert type โ€˜type1โ€™ to โ€˜type2โ€™. An explicit conversion exists (are you missing a...
C# Compiler Error CS0264 โ€“ Partial declarations of โ€˜typeโ€™ must have the same type parameter names in the same order...
C# Compiler Error CS0263 โ€“ Partial declarations of โ€˜typeโ€™ must not specify different base classes Reason for the Error Youโ€™ll...
C# Compiler Error CS0262 โ€“ Partial declarations of โ€˜typeโ€™ have conflicting accessibility modifiers Reason for the Error Youโ€™ll get this...

Categories

Archives