Copyright Digital Equipment Corp. All rights reserved.

NOEXCEPTFLTR

Message        <Context> this exception handling call is not within
               an exception filter of a try block.

Description    The exception handling call must appear within an
               exception filter of a try statement block.

User Action    Either remove the exception handling call, or place
               it in a try statement block.