microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.2k stars 712 forks source link

Remove Obsolete Exception Constructor #2090

Closed brianrob closed 3 months ago

brianrob commented 4 months ago

Per guidance, Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) is now obsolete and should not be extended by application code.