3 writes to jsException
System.Runtime.InteropServices.JavaScript (3)
System\Runtime\InteropServices\JavaScript\JSException.cs (3)
24
jsException
= null;
30
this.
jsException
= jsException;
60
jsException
= null;
9 references to jsException
System.Runtime.InteropServices.JavaScript (9)
System\Runtime\InteropServices\JavaScript\JSException.cs (7)
44
if (
jsException
== null)
56
string? jsStackTrace =
jsException
.GetPropertyAsString("stack");
59
jsException
.Dispose();
90
return obj is JSException other && other.
jsException
==
jsException
;
96
return
jsException
== null
98
: base.GetHashCode() *
jsException
.GetHashCode();
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (2)
71
if (jse != null && jse.
jsException
!= null)
73
var jsException = jse.
jsException
;