問題タブ [debug-backtrace]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Reflection/StackTrace (またはその他) でプロパティの名前を取得しますか?
つまり、これを使用すると、次のようにトリガーできますObject reference not set to an instance of an object
。
ただし、StackTrace を使用すると、このエラーが発生したメソッドの名前を取得できます。
しかし、エラーを引き起こしたプロパティの名前を取得するにはどうすればよいでしょうか? のような他の言語では、前回発生したメソッドをphp
(を使用して) 見つける方法があります。debug_backtrace
似たようなものがあるので、前回 ie (オートセッター) メソッドが呼び出されたことがわかりますか、それともプロパティが問題を引き起こしset_ZZZ()
たと直接言うことができますか?ZZZ