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