Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ADVAPI32.dll で RegQueryInfoKeyEx などのネイティブ メソッドを PInvoke すると、メソッドはシステム エラー コードを返します。これは非常に便利です。.net マネージ例外のエラー コードを取得できる方法はありますか?
HResult プロパティにこの値が含まれていることは理解していますが、それを抽出する方法がわかりません。
何か案は?
ありがとう