Prev / Next

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

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


comments powered by Disqus