Hacker News new | ask | show | jobs
by orthoxerox 1341 days ago
No, that's System.NotSupportedException in .NET.
1 comments

Which in turn is not for unreachable or even unexpected cases but expected cases you’re fully aware of, maybe even documented, but that you don’t support.
Yes, like Seek() on a NetworkStream.