コード例 #1
0
ファイル: Excepciones.cs プロジェクト: pjeconde/condeco
 public ElementoInexistente(IDescrClase Elemento, string Valor)
     : base(Elemento._Descripcion + " " + Valor + " " + TextoError)
 {
 }
コード例 #2
0
ファイル: Excepciones.cs プロジェクト: tcedeira/CedServicios
 public ElementoInexistente(IDescrClase Elemento, string Valor)
     : base(Elemento._Descripcion + " " + Valor + " " + TextoError)
 {
 }
コード例 #3
0
ファイル: Excepciones.cs プロジェクト: pjeconde/condeco
 public ElementoInexistente(IDescrClase Elemento)
     : base(Elemento._Descripcion + " " + TextoError)
 {
 }
コード例 #4
0
ファイル: Excepciones.cs プロジェクト: tcedeira/CedServicios
 public ElementoInexistente(IDescrClase Elemento)
     : base(Elemento._Descripcion + " " + TextoError)
 {
 }