runtime: System.Exception is not Serializable on UWP

We should mark the System.Exception on UWP with [Serializable]. This blocks serialization of exception types on UWP. And Exception.GetObjectData is throwing NotImplementedException.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (14 by maintainers)

Most upvoted comments

Exception is marked Serializable, but GetObjectData does still throw NotImplementedException.