Bad current local variable for setting symbol information.
Cannot take the address of a read-only local variable
לא ניתן לקבל את הכתובת של משתנה מקומי המוגדר לקריאה בלבד
Creates or modifies a local variable.
Cannot set the value of a local variable for a method that is not at the top of the stack.
לא ניתן להדגיר את הערך של משתנה מקומי עבור פעולת שירות שאינה נמצאת בראש הערימה.
Cannot initialize an implicitly-typed local variable with an array initializer
לא ניתן לאתחל משתנה מקומי שסווג באופן מפורש עם מאתחל מערך
When you declare a variable within a function, it is called a local variable, because it is available only within the function.
כאשר מצהירים על משתנה בתוך פונקציה, זה ניקרה משתנה מקומי, כי הוא זמין רק בתוך הפונקציה.
Unrecognized local variable number.
מספר משתנה מקומי לא מזוהה.
Using the iteration variable in a query expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.
שימוש במשתנה איטראציה בביטוי שאילתה עלול לגרום לתוצאות לא צפויות. במקום זאת, צור משתנה מקומי בתוך לולאה והקצה לו את הערך של משתנה האיטראציה.
Local variable cannot have the same name as the function containing it.
משתנה מקומי אינו יכול לכלול שם זהה לשם הפונקציה שמכילה אותו.
Local variable scope was not properly closed.
טווח משתנה מקומי לא נסגר כהלכה.
An instance variable is different from a local variable in several ways.
Static local variable '|1' is already declared.
For this reason some authors recommend that arrays larger than a few kilobytes should be allocated dynamically instead of as a local variable.
מסיבה זו, יש הממליצים שמערכים שגודלם הוא יותר מכמה קילו-בייט יוקצו דינמית ולא כמשתנים מקומיים.