A
Ashish
hi all,
I dont know if this is possible or not, but what i want to do is specify
a delegate for an exception
for example iam trying to create a xml document like
Dim objDoc As New XmlDocument
Dim elem As XmlElement = objDoc.CreateElement("some element")
elem.InnerText = " some < "
objDoc.AppendChild(elem)
this will throw an xml exception, i want to declare a delegate which can
handle this, correct the text, so that the document creation can go on...
may be it is possible through some other idea ..,
any help/pointer will be appreciated
TIA
-ashish
I dont know if this is possible or not, but what i want to do is specify
a delegate for an exception
for example iam trying to create a xml document like
Dim objDoc As New XmlDocument
Dim elem As XmlElement = objDoc.CreateElement("some element")
elem.InnerText = " some < "
objDoc.AppendChild(elem)
this will throw an xml exception, i want to declare a delegate which can
handle this, correct the text, so that the document creation can go on...
may be it is possible through some other idea ..,
any help/pointer will be appreciated
TIA
-ashish