An exception encountered during debugging was silently aborted, which caused the try statement not to work normally.
Code: Select all
__del(this) {
try (this.base.__Delete)(this)
MsgBox() ; skip
}
Code: Select all
__del(this) {
try (this.base.__Delete)(this)
MsgBox() ; skip
}