I want to instanciate an error type returned from a soap exception.
My current example on the client tells me that the type is "XmlException".
Which in the .Net framework System.Xml.XmlException.
I also have the message
How do I Instanciate an XmlException Object given only the name XmlException or System.Xml.XmlException, set its properties and then throw it.
My current example on the client tells me that the type is "XmlException".
Which in the .Net framework System.Xml.XmlException.
I also have the message
How do I Instanciate an XmlException Object given only the name XmlException or System.Xml.XmlException, set its properties and then throw it.