C# Compiler Errors

Showing 661 - 680 of 682 results
C# Compiler Error CS0070 – The event ‘event’ can only appear on the left hand side of += or -=...
C# Compiler Error CS0066 – ‘event’ : event property must have both add and remove accessors Reason for the Error...
C# Compiler Error CS0061 – Inconsistent accessibility: base interface ‘interface 1’ is less accessible than interface ‘interface 2’ Reason for...
C# Compiler Error CS0060 – Inconsistent accessibility: base class ‘class1’ is less accessible than class ‘class2’ Reason for the Error...
C# Compiler Error CS0054 – Inconsistent accessibility: indexer return type ‘type’ is less accessible than indexer ‘indexer’ Reason for the...
C# Compiler Error CS0052 – Inconsistent accessibility: field type ‘type’ is less accessible than field ‘field’ Reason for the Error...
C# Compiler Error CS0053 – Inconsistent accessibility: property type ‘type’ is less accessible than property ‘property’ Reason for the Error...
C# Compiler Error CS0051 – Inconsistent accessibility: parameter type ‘type’ is less accessible than method ‘method’ Reason for the Error...
C# Compiler Error Message CS0050 – Inconsistent accessibility: return type ‘type’ is less accessible than method ‘method’ Reason for the...
C# Compiler Error Message Cannot convert type ‘type1’ to ‘type2’ via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion,...
C# Compiler Error Message CS0037 -Cannot convert null to ‘type’ because it is a non-nullable value type Reason for the...
C# Compiler Error Message CS0031 Constant value ‘value’ cannot be converted to a ‘type’ Reason for the Error You will...
C# Compiler Error Message CS0027 Keyword ‘this’ is not available in the current context Reason for the Error You will...
C# Compiler Error Message CS0026 – Keyword ‘this’ is not valid in a static property, static method, or static field...
C# Compiler Error Message CS0023 – Operator ‘operator’ cannot be applied to operand of type ‘type’ Reason for the Error...
C# Compiler Error Message Wrong number of indices inside [], expected ‘number’ Reason for the Error You will get the...
C# Compiler Error Message CS0021 – Cannot apply indexing with [] to an expression of type ‘type’ Reason for the...
C# Compiler Error Message CS0020 Division by constant zero Reason for the Error You would usually receive this error when...
C# Compiler Error Message Operator ‘{0}’ cannot be applied to operands of type ‘{1}’ and ‘{2}’ Reason for the Error...
C# Compiler Error Message Error CS0017 Program ‘output file name’ has more than one entry point defined. Compile with /main...

Categories

Archives