Esempio n. 1
0
    public void MarkedMethod()
    {
        ExceptionRiddledClass erc = new ExceptionRiddledClass();

        erc.DangerousMethod();
    }
Esempio n. 2
0
    public void UnmarkedMethod()
    {
        ExceptionRiddledClass erc = new ExceptionRiddledClass();

        erc.InnocentMethod();
    }