1. C# / Говнокод #8748

    +120

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    // LockDepth IS enum type!
    if(LockDepth == DepthType.Infinity)
    	_depthElement.InnerText = this.__lockDepth.ToString();
    else
    	_depthElement.InnerText = (string) System.Enum.Parse(LockDepth.GetType(), LockDepth.ToString(), true);

    I got exception on line 5. The LockDepth is enum :)

    Запостил: bugotrep, 06 Декабря 2011

    Комментарии (1) RSS

    • - О, Остин, прости, милый. Я не хотела подслушивать.
      Ответить

    Добавить комментарий