Opened 18 years ago
Closed 18 years ago
#143 closed バグ(ケアレスミス) (fixed)
引数なしの例外でCatchが無限ループする
| Reported by: | OverTaker | Owned by: | dai |
|---|---|---|---|
| Priority: | 中-major | Milestone: | AB5 CP6 |
| Component: | Compiler | Version: | |
| Keywords: | Cc: |
Description
なぜかCatch内が何度も実行されます。
Try proc() Catch MessageBox(0, "catch", "title", MB_OK) Finally MessageBox(0, "finally", "title", MB_OK) End Try Sub proc() Throw End Sub
Note:
See TracTickets
for help on using tickets.

現象が確認できました。