problem with exceptions

steven kladitis via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 2 04:44:19 PDT 2015


C:\d\examples>pb2
=>main's first line
   =>makeOmelet's first line
     =>prepareAll's first line
       =>prepareEggs's first line
object.Exception at pb2.d(64): Cannot take -8 eggs from the fridge
----------------
0x00402252
0x0040512F
0x00405043
0x00403E48
0x7600338A in BaseThreadInitThunk
0x77A497F2 in RtlInitializeExceptionChain
0x77A497C5 in RtlInitializeExceptionChain


----- I always see the info at the bottom. Is this normal. I was 
thinkig I should only the the exception message itself.
---  this is windows 7 32 bit.





More information about the Digitalmars-d-learn mailing list