Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
if you use unsafe code and get a error mesage like this, this is basically the same as array index out of bounds in safe code.
Pointer kullanımı yapıyor ve böyle bir mesaj alıyorsanız, dizi indeksi aşımı ile aynı anlama gelmektedir, yani kodunuzda dizi kullanımı varsa dizinizin eleman sayısı ile dizinizi kullandığınız yerdeki eleman indekslerini kontrol ediniz.
C#, code error.