So far, what I'm doing is:
到目前为止,我正在做的是:
try
{
XmlDocument xmldoc = loadXml(orderFilePath);
}
catch (XmlException exception)
{
//... blah blah - there was an error, let the user know
}
trSo far, what I'm doing is:
到目前为止,我正在做的是:
try
{
XmlDocument xmldoc = loadXml(orderFilePath);
}
catch (XmlException exception)
{
//... blah blah - there was an error, let the user know
}
tr