test

public static exception EXCEPTIONREUSE = new Exception();
 
//Much Faster
 
try
{
	throw EXCEPTIONREUSE;
}
catch (Exception e)
{
	...
}
 
//Much Slower
 
try
{
	throw new Exception;
}
catch (Exception e)
{
	....
}

Download this snippet

Twitter Twitter

2 Comments to “ test”

  1. Anonymous  on Mar 15, 2010

    n1iwXS <a href="http://wqroqzomtpvx.com/">wqroqzomtpvx</a>, [url=http://evgskcucvkcf.com/]evgskcucvkcf[/url], [link=http://znhhtzppeikr.com/]znhhtzppeikr[/link], http://hkdosiocksqx.com/

  2. Anonymous  on Jun 10, 2010

    VpKo0E <a href="http://zummmfobrrfw.com/">zummmfobrrfw</a>, [url=http://misekbsuyqec.com/]misekbsuyqec[/url], [link=http://akfsviaolsxh.com/]akfsviaolsxh[/link], http://whpgmmcrtzhd.com/

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>