Exemple #1
0
 public ElementoInexistente(IDescrClase Elemento, string Valor)
     : base(Elemento._Descripcion + " " + Valor + " " + TextoError)
 {
 }
Exemple #2
0
 public ElementoInexistente(IDescrClase Elemento, string Valor)
     : base(Elemento._Descripcion + " " + Valor + " " + TextoError)
 {
 }
Exemple #3
0
 public ElementoInexistente(IDescrClase Elemento)
     : base(Elemento._Descripcion + " " + TextoError)
 {
 }
Exemple #4
0
 public ElementoInexistente(IDescrClase Elemento)
     : base(Elemento._Descripcion + " " + TextoError)
 {
 }