* Mono.Documentation/XmlDocUtils.cs: GetInterfaces() can throw if the
authorJonathan Pryor <jpryor@novell.com>
Fri, 2 Oct 2009 20:21:24 +0000 (20:21 -0000)
committerJonathan Pryor <jpryor@novell.com>
Fri, 2 Oct 2009 20:21:24 +0000 (20:21 -0000)
commit311b02eacdf0f6cc195ae31cb21d28f9d5fe09c0
tree837a61e62d6b2394e611a30f23ef36220655b3f9
parent8a470377d81ec39d36fe29cd8645b06297dd07dd
* Mono.Documentation/XmlDocUtils.cs: GetInterfaces() can throw if the
  type we're trying to load can't be found (e.g. if a type implements
  an internal interface, there won't be an XML file for that internal
  interface).  Ignore the exception.

svn path=/trunk/mcs/; revision=143312
mcs/tools/monodoc/ChangeLog
mcs/tools/monodoc/Mono.Documentation/XmlDocUtils.cs