Ejemplo n.º 1
0
 internal ConventionException(ErroType type, System.Exception exception)
     : base(string.Empty, exception)
 {
     _type = type;
 }
Ejemplo n.º 2
0
 internal ConventionException(ErroType type, System.Exception exception)
     : base(string.Empty, exception)
 {
     _type = type;
 }