示例#1
0
 internal ConventionException(ErroType type, System.Exception exception)
     : base(string.Empty, exception)
 {
     _type = type;
 }
 internal ConventionException(ErroType type, System.Exception exception)
     : base(string.Empty, exception)
 {
     _type = type;
 }