流浪のwolf

卷帝

导航

反射获取Exception的所有类

var test = "test";

$"{test} 喜喜".Dump();


// 反射
var types = Assembly
            .GetAssembly(typeof(Exception))
            .GetTypes()
            .Cache();
types.Dump();

 

posted on 2024-05-01 18:19  流浪のwolf  阅读(1)  评论(0编辑  收藏  举报