class TryCatchTest
{
    public void TryTest()
    {
        try
        {

        }
        catch()
        {
        
        }
    }
}