4 references to Exception
System.Runtime.InteropServices.JavaScript (4)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (1)
180Type = MarshalerType.Exception
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (2)
25if (slot.Type == MarshalerType.Exception) 95slot.Type = MarshalerType.Exception;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
59else if (slot.Type == MarshalerType.Exception)