Exemplo n.º 1
0
        public static string GetExceptionText(Exception e)
        {
            var ctrl = new ExceptionGallery();

            ctrl.Exception = e;

            return(ctrl.ExceptionText);
        }
Exemplo n.º 2
0
 public MovePrevCommand(ExceptionGallery host)
 {
     this.host = host;
     host.SelectedExceptionChanged += this.OnSelectExceptionChanged;
 }