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.
例:
InnerException: StackTrace (生成): SP IP 関数 003D8E9C 03B21BD7 何か!Blah.Blah.FunctionName(System.String) +0xa8
+0xa8 の部分は何を示していますか?
これはコードへのオフセットであるため、メソッドの最初の命令ではなく、エントリ ポイントから数えてメソッド内のオフセット 0xa8 または 0x10 にある命令です。