Example #1
0
 public static string GetExceptionEnum(this ExceptionEnum value)
 {
     return($"#{value.GetHashCode()}# : {value.GetAttribute<DisplayAttribute>().Name}");
 }