01.
try
02.
{
03.
// The set of code and function here
04.
// reviewed by an Experienced lead.
05.
}
06.
catch
(System.FileNotFoundException Ex)
07.
08.
//File Not Found Exception is Different from Divide by zero.
09.
//Look at the Inheritance hierarchy in MSDN for FileNotFoundException
10.
//and DivideByZeroException.
11.
//So I don't care Which one First, FileNotFond or DivideByZero
12.
13.
( System.DivideByZeroException Ex)
14.
15.
//Divide by Zero Exception. Need More Specialized care
16.
17.
(System.ArithmeticException Ex)
18.
19.
// For any ArithmaticException except DivideByZero. Because I already handled it
20.
// before this catch statement
21.
22.
(System.Exception Ex)
23.
24.
//I am not expecting that this would Occur. As per my Lead
25.
//I placed it for safe to handle any Exception in the world
26.
// That derived from Exception.
27.
28.
finally
29.
30.
//Clean-up code
31.
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง