Terminating an application

llee llee at goucher.edu
Wed Sep 12 15:10:36 PDT 2007


Is it possible to terminate an application after catching an exception|error? I know how that assert will automatically terminate an application after catching an AssertError. Is there a general method for terminating an application outside of main(). Perhaps, something like exit() under linux? 



More information about the Digitalmars-d mailing list