From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7cbbcde0157485b2 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Problem w/ Win NT Apex or just me? Date: 1998/10/17 Message-ID: <36290663.18049121@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 402271213 References: <36278110.66641D91@stelnj.com> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-10-17T00:00:00+00:00 List-Id: > exception > when E: others => > Ada.Exceptions.Raise_Exception > (E => Ada.Exceptions.Exception_Identity (E), > Message => "raised when attempting to open ... Are you sure the open (actually Create) is the only possible source of exceptions here?