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