Example #1
0
    public void MarkedMethod()
    {
        ExceptionRiddledClass erc = new ExceptionRiddledClass();

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

        erc.InnocentMethod();
    }