コード例 #1
0
        public ActionResult ShowExceptionDetails(string exceptionId)
        {
            var exception = _reader.GetException(Convert.ToInt32(exceptionId));

            return(PartialView("_ExceptionDetail", exception));
        }