Showing 241 - 260 of 682 results
C# Error CS1551 โ€“ Indexers must have at least one parameter Reason for the Error & Solution Indexers must have...
C# Error CS1547 โ€“ Keyword โ€˜voidโ€™ cannot be used in this context Reason for the Error & Solution Keyword โ€˜voidโ€™...
C# Error CS1546 โ€“ Property, indexer, or event โ€˜{0}โ€™ is not supported by the language; try directly calling accessor method...
C# Error CS1545 โ€“ Property, indexer, or event โ€˜{0}โ€™ is not supported by the language; try directly calling accessor methods...
C# Error CS1542 โ€“ โ€˜{0}โ€™ cannot be added to this assembly because it already is an assembly Reason for the...
C# Error CS1540 โ€“ Cannot access protected member โ€˜{0}โ€™ via a qualifier of type โ€˜{1}โ€™; the qualifier must be of...
C# Error CS1537 โ€“ The using alias โ€˜{0}โ€™ appeared previously in this namespace Reason for the Error & Solution The...
C# Error CS1536 โ€“ Invalid parameter type โ€˜voidโ€™ Reason for the Error & Solution Invalid parameter type void It is...
C# Error CS1535 โ€“ Overloaded unary operator โ€˜{0}โ€™ takes one parameter Reason for the Error & Solution Overloaded unary operator...
C# Error CS1534 โ€“ Overloaded binary operator โ€˜{0}โ€™ takes two parameters Reason for the Error & Solution Overloaded binary operator...
C# Error CS1529 โ€“ A using clause must precede all other elements defined in the namespace except extern alias declarations...
C# Error CS1528 โ€“ Expected ; or = (cannot specify constructor arguments in declaration) Reason for the Error & Solution...
C# Error CS1527 โ€“ Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private...
C# Error CS1526 โ€“ A new expression requires an argument list or (), [], or {} after type Reason for...
C# Error CS1525 โ€“ Invalid expression term โ€˜{0}โ€™ Reason for the Error & Solution Invalid expression term โ€˜characterโ€™ The compiler...
C# Error CS1524 โ€“ Expected catch or finally Reason for the Error & Solution Expected catch or finally A try...
C# Error CS1521 โ€“ Invalid base type Reason for the Error & Solution Invalid base type A class specification was...
C# Error CS1520 โ€“ Method must have a return type Reason for the Error & Solution Method must have a...
C# Error CS1519 โ€“ Invalid token โ€˜{0}โ€™ in class, record, struct, or interface member declaration Reason for the Error &...
C# Error CS1517 โ€“ Invalid preprocessor expression Reason for the Error & Solution Invalid preprocessor expression The compiler encountered an...

Categories

Archives