Re: Generics and Reflection
Not answering your question, but is there a way to approach the problem without using reflection?
Re: Generics and Reflection
can it be implemented with its own GetType and GetProperty instead ? Or any ways to distinguish between Out and In errors. If they are all added in during failed communications, one can append some flag to make them different while logging.
Re: Generics and Reflection
Obtaining type information via Reflection is quite a bit more complex for Generic types than for non-generic types. See http://msdn.microsoft.com/en-us/libr...v=vs.100).aspx for more details.