Changeset 375 for trunk/Include/system/exception.ab
- Timestamp:
- Nov 11, 2007, 3:14:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/system/exception.ab
r374 r375 128 128 129 129 Dim addressOfCatch = pTryLayer->ResolveCatchesOverload( ex ) As LONG_PTR 130 If addressOfCatch Then 131 ' スレッドへThrow処理が終了した(Catchされた)ことを通知 132 Thread.CurrentThread().__Catched() 133 Else 130 If addressOfCatch = NULL Then 134 131 ' Catchが定義されていないときはFinallyへ誘導 135 132 addressOfCatch = pTryLayer->addressOfFinally As LONG_PTR
Note:
See TracChangeset
for help on using the changeset viewer.