Beispiel #1
0
 public void GenerateObj()
 {
     try
     {
         base.ParseToXmlDocument();
         _comprobante = (InvoiceValidator.CFDIClasses.Comprobante)Deserialize(_xmldocument, typeof(InvoiceValidator.CFDIClasses.Comprobante));
     }
     catch (Exception E)
     {
         _comprobante = null;
         throw E;
     }
 }
Beispiel #2
0
 public void GenerateObj()
 {
     try
     {
     base.ParseToXmlDocument();
     _comprobante = (InvoiceValidator.CFDIClasses.Comprobante)Deserialize(_xmldocument, typeof(InvoiceValidator.CFDIClasses.Comprobante));
     }
     catch (Exception E)
     {
     _comprobante = null;
     throw E;
     }
 }