Resolve CLR Type from DataContract.Namespace?

Posted by MichaelDBang on Stack Overflow See other posts from Stack Overflow or by MichaelDBang
Published on 2009-04-22T12:38:03Z Indexed on 2010/05/14 18:04 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

Hello,

I'm a newbie whitebelt with WCF.

I have a namespace: http://schemas.datacontract.org/2004/07/System/ArgumentException.

I'm looking to take that string and convert it into a CLR type so that I end up with typeof(ArgumentException).

Is this possible? :)

Thank you, MichaelD

© Stack Overflow or respective owner

Related posts about wcf

Related posts about datacontract