C#で開発をしていると、誰もが一度は苦しめられるエラーがあります。 それが「NullReferenceException(いわゆる“ヌルポ”)」です。 オブジェクトが null(空っぽ)の状態なのに、そのプロパティやメソッドを使おうとすると、アプリケーションは容赦なく ...
This repository demonstrates a common C# error: the NullReferenceException. This exception is thrown when you try to access a member (property, method, or field) of an object that is currently null.
This repository demonstrates a common error in C#: the NullReferenceException that occurs when accessing a property of a class that has not been initialized.
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する