Welcome to MSDN Blogs Sign in | Join | Help

Differences between full .NET framework and .NETcf

Here are some differences we've discovered between the desktop and compact framework.
  • methodInfo.Invoke: Exceptions raised by a dynamic invoke are raised a little differently. The dekstop wraps the raised exception inside a System.Exception instance, so the actual exception is stored in the InnerException property. However, on the CF, the actual exception is raised directly instead of being wrappend, and InnerException is null.
Published Friday, April 21, 2006 7:06 PM by fcheung

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker