$ errors.fyi/dotnet/StackOverflowException 74 namespaces · 3,092 codes
dotnet · dotnet/StackOverflowException
StackOverflowException

StackOverflowException

Thrown by the .NET runtime when the call stack overflows, typically due to unbounded or very deep recursion. Cannot be caught in user code in modern .NET; the process terminates. Review recursive methods for missing base cases.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT