the Exception class

BCS BCS at pathlink.com
Wed Sep 12 14:16:45 PDT 2007


llee wrote:
> Can anyone tell me where I can find information concerning the Exception class?

look in dmd/src/phobos/object.d

> Specifically I would like to know what members are defined within it.
> I'm trying to throw exceptions and would like to print out the string that I passed to it's constructor. If anyone could tell me how to do that I would appreciate it. 

I think Exception.toString gets you that



More information about the Digitalmars-d mailing list