scope exception do not rise

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 5 06:29:07 PST 2014


Am I right understand that keyword "Exception" is handle 
universal type of exceptions?

	catch (Exception)
	{
		writeln("inner");
	}

But in my example with try block can I change it's to something 
more informative?


More information about the Digitalmars-d-learn mailing list