dotnet · dotnet/NotSupportedException
NotSupportedException
NotSupportedException
Thrown when a method or operation is not supported in the current context or implementation. Unlike NotImplementedException, this signals a deliberate design decision — the operation will never be supported — rather than incomplete work.