Browse by Tags
All Tags » common language... » xmlserializers (RSS)
-
You are getting this exception because you have (probably) set your debugger to ''Break on all exceptions'' (Debug -> Exceptions, Common Language Runtime Exceptions is probably checked).
This exception is normally issued and managed by System.Xml.XmlSerializer but it pops up because of this setting.
It is sometimes necessary to ...
|
|
|
|