Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
C# での例外処理 - ~fumi/ChangeLog
[go: Go Back, main page]

Prev / Next

2008-06-26 / C# での例外処理

try
{
throw new System.Exception();
}
catch
{
}
finally
{
}


comments powered by Disqus