Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reflection Error Object Help

Status
Not open for further replies.

stsuing

Programmer
Aug 22, 2001
596
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top