C# Compiler Errors

Showing 21 - 40 of 682 results
C# Error CS8174 – A declaration of a by-reference variable must have an initializer Reason for the Error & Solution...
C# Error CS8173 – The expression must be of type ‘{0}’ because it is being assigned by reference Reason for...
C# Error CS8172 – Cannot initialize a by-reference variable with a value Reason for the Error & Solution Cannot initialize...
C# Error CS8171 – Cannot initialize a by-value variable with a reference Reason for the Error & Solution Cannot initialize...
C# Error CS8170 – Struct members cannot return ‘this’ or other instance members by reference Reason for the Error &...
C# Error CS8169 – Cannot return a member of local ‘{0}’ by reference because it is not a ref local...
C# Error CS8168 – Cannot return local ‘{0}’ by reference because it is not a ref local Reason for the...
C# Error CS8167 – Cannot return by reference a member of parameter ‘{0}’ because it is not a ref or...
C# Error CS8166 – Cannot return a parameter by reference ‘{0}’ because it is not a ref parameter Reason for...
C# Error CS8163 – Fields of static readonly field ‘{0}’ cannot be returned by writable reference Reason for the Error...
C# Error CS8162 – Members of readonly field ‘{0}’ cannot be returned by writable reference Reason for the Error &...
C# Error CS8161 – A static readonly field cannot be returned by writable reference Reason for the Error & Solution...
C# Error CS8160 – A readonly field cannot be returned by writable reference Reason for the Error & Solution A...
C# Error CS8159 – Cannot return the range variable ‘{0}’ by reference Reason for the Error & Solution Cannot return...
C# Error CS8158 – Cannot return by reference a member of ‘{0}’ because it was initialized to a value that...
C# Error CS8157 – Cannot return ‘{0}’ by reference because it was initialized to a value that cannot be returned...
C# Error CS8156 – An expression cannot be used in this context because it may not be passed or returned...
C# Error CS8155 – Lambda expressions that return by reference cannot be converted to expression trees Reason for the Error...
C# Error CS8154 – The body of ‘{0}’ cannot be an iterator block because ‘{0}’ returns by reference Reason for...
C# Error CS8153 – An expression tree lambda may not contain a call to a method, property, or indexer that...

Categories

Archives