阅读背景:

调试器步入if()块,其中condition为false

来源:互联网 

Given this gem of code:

鉴于这个宝石的代码:

class Program{    private static bool IsAdmin = true;    static void  Main(string[] args)    {        if (!IsAdmin)        {            throw new Exception();        }        try        {            var x = 2342342;            var y = 123132;        }        catch (Exception)        {            throw;        }    }}class Pr



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: