1 write to _ex
Microsoft.ML.Core (1)
Utilities\ThreadUtils.cs (1)
224
_ex
= ex;
3 references to _ex
Microsoft.ML.Core (3)
Utilities\ThreadUtils.cs (3)
221
if (
_ex
== null)
239
if (
_ex
!= null)
240
throw ectx.Except(
_ex
, "Exception thrown in {0}", _component);