Avoid an exception in Exception.GetCaptureState() if the stack trace is empty, it...
authorZoltan Varga <vargaz@gmail.com>
Tue, 5 Jan 2021 15:46:28 +0000 (10:46 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 15:46:28 +0000 (10:46 -0500)
commit4c13a9ddf4ef99bbce83acb66f6b3d8943d99214
tree01fdb16d675c292841c5c49fa2423aa4732b1ed4
parent6e111ea8695635624147227cf685fd6769b88ea4
Avoid an exception in Exception.GetCaptureState() if the stack trace is empty, it can happen on wasm+aot. (#46539)
src/mono/netcore/System.Private.CoreLib/src/System/Exception.Mono.cs