码迷,mamicode.com
首页 > 其他好文 > 详细

ABP VS调试异常

时间:2020-07-06 18:12:49      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:row   handle   exce   hand   class   com   depend   enc   app   

原文:https://www.cnblogs.com/jiangchengbiao/p/9713020.html

Application层,添加如下代码即可

using Abp.Dependency;
using Abp.Events.Bus.Exceptions;
using Abp.Events.Bus.Handlers;
using System;
using System.Collections.Generic;
using System.Text;

namespace BIMMP
{
    public class MyException : IEventHandler<AbpHandledExceptionData>, ITransientDependency
    {
        public void HandleEvent(AbpHandledExceptionData eventData)
        {
            throw eventData.Exception;
        }
    }
}

ABP VS调试异常

标签:row   handle   exce   hand   class   com   depend   enc   app   

原文地址:https://www.cnblogs.com/guxingy/p/13255870.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!