Beispiel #1
0
        string GetExceptionMessage(CorValue exValue)
        {
            string exMsg;

            if (EvalUtils.ReflectionReadExceptionMessage(exValue, out exMsg))
            {
                return(exMsg ?? dnSpy_Debugger_Resources.ExceptionMessageIsNull);
            }
            return("???");
        }