You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a property name is incorrect, the error output would be something like:
[ERROR]: [AggregateException]: One or more errors occurred.
[ExmlException]: An EXML exception has occurred!
[NullReferenceException]: Object reference not set to an instance of an object.
at libMBIN.NMSTemplate.DeserializeEXml(EXmlBase xmlData)
at libMBIN.NMSTemplate.DeserializeEXml(EXmlBase xmlData)
at libMBIN.NMSTemplate.DeserializeEXmlValue(NMSTemplate template, Type fieldType, FieldInfo field, EXmlProperty xmlProperty, Type templateType, NMSAttribute settings)
at libMBIN.NMSTemplate.DeserializeEXml(EXmlBase xmlData)
at libMBIN.EXmlFile.ReadTemplateFromXmlReader(XmlReader reader, String& templateName)
at libMBIN.EXmlFile.ReadTemplateFromStream(Stream input, String& templateName)
at MBINCompiler.Commands.Convert.ConvertEXML(String inputPath, FileStream fIn, MemoryStream msOut, String fileOut)
Would be helpful for debugging if the error report could include the field name(s) causing the error(s).
Thanks.
The text was updated successfully, but these errors were encountered:
When a property name is incorrect, the error output would be something like:
[ERROR]: [AggregateException]: One or more errors occurred.
[ExmlException]: An EXML exception has occurred!
[NullReferenceException]: Object reference not set to an instance of an object.
at libMBIN.NMSTemplate.DeserializeEXml(EXmlBase xmlData)
at libMBIN.NMSTemplate.DeserializeEXml(EXmlBase xmlData)
at libMBIN.NMSTemplate.DeserializeEXmlValue(NMSTemplate template, Type fieldType, FieldInfo field, EXmlProperty xmlProperty, Type templateType, NMSAttribute settings)
at libMBIN.NMSTemplate.DeserializeEXml(EXmlBase xmlData)
at libMBIN.EXmlFile.ReadTemplateFromXmlReader(XmlReader reader, String& templateName)
at libMBIN.EXmlFile.ReadTemplateFromStream(Stream input, String& templateName)
at MBINCompiler.Commands.Convert.ConvertEXML(String inputPath, FileStream fIn, MemoryStream msOut, String fileOut)
Would be helpful for debugging if the error report could include the field name(s) causing the error(s).
Thanks.
The text was updated successfully, but these errors were encountered: