Lines Matching refs:Throws

19             Assert.Throws<RuntimeBinderException>(() => d *= s_bool);  in Bool()
20 Assert.Throws<RuntimeBinderException>(() => d *= s_byte); in Bool()
21 Assert.Throws<RuntimeBinderException>(() => d *= s_char); in Bool()
22 Assert.Throws<RuntimeBinderException>(() => d *= s_decimal); in Bool()
23 Assert.Throws<RuntimeBinderException>(() => d *= s_double); in Bool()
24 Assert.Throws<RuntimeBinderException>(() => d *= s_float); in Bool()
25 Assert.Throws<RuntimeBinderException>(() => d *= s_int); in Bool()
26 Assert.Throws<RuntimeBinderException>(() => d *= s_long); in Bool()
27 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Bool()
28 Assert.Throws<RuntimeBinderException>(() => d *= s_sbyte); in Bool()
29 Assert.Throws<RuntimeBinderException>(() => d *= s_short); in Bool()
30 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Bool()
31 Assert.Throws<RuntimeBinderException>(() => d *= s_uint); in Bool()
32 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in Bool()
33 Assert.Throws<RuntimeBinderException>(() => d *= s_ushort); in Bool()
40 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Byte()
64 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Byte()
73 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Byte()
89 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Char()
113 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Char()
122 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Char()
138 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Decimal()
150 Assert.Throws<RuntimeBinderException>(() => d *= s_double); in Decimal()
151 Assert.Throws<RuntimeBinderException>(() => d *= s_float); in Decimal()
160 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Decimal()
169 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Decimal()
185 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Double()
194 Assert.Throws<RuntimeBinderException>(() => d *= s_decimal); in Double()
209 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Double()
218 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Double()
234 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Float()
243 Assert.Throws<RuntimeBinderException>(() => d *= s_decimal); in Float()
258 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Float()
267 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Float()
283 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Int()
307 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Int()
316 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Int()
322 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in Int()
332 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Long()
356 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Long()
365 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Long()
371 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in Long()
382 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Object()
383 Assert.Throws<RuntimeBinderException>(() => d *= s_byte); in Object()
384 Assert.Throws<RuntimeBinderException>(() => d *= s_char); in Object()
385 Assert.Throws<RuntimeBinderException>(() => d *= s_decimal); in Object()
386 Assert.Throws<RuntimeBinderException>(() => d *= s_double); in Object()
387 Assert.Throws<RuntimeBinderException>(() => d *= s_float); in Object()
388 Assert.Throws<RuntimeBinderException>(() => d *= s_int); in Object()
389 Assert.Throws<RuntimeBinderException>(() => d *= s_long); in Object()
390 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Object()
391 Assert.Throws<RuntimeBinderException>(() => d *= s_sbyte); in Object()
392 Assert.Throws<RuntimeBinderException>(() => d *= s_short); in Object()
393 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Object()
394 Assert.Throws<RuntimeBinderException>(() => d *= s_uint); in Object()
395 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in Object()
396 Assert.Throws<RuntimeBinderException>(() => d *= s_ushort); in Object()
403 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in SByte()
427 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in SByte()
436 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in SByte()
442 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in SByte()
452 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in Short()
476 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in Short()
485 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in Short()
491 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in Short()
502 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in String()
503 Assert.Throws<RuntimeBinderException>(() => d *= s_byte); in String()
504 Assert.Throws<RuntimeBinderException>(() => d *= s_char); in String()
505 Assert.Throws<RuntimeBinderException>(() => d *= s_decimal); in String()
506 Assert.Throws<RuntimeBinderException>(() => d *= s_double); in String()
507 Assert.Throws<RuntimeBinderException>(() => d *= s_float); in String()
508 Assert.Throws<RuntimeBinderException>(() => d *= s_int); in String()
509 Assert.Throws<RuntimeBinderException>(() => d *= s_long); in String()
510 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in String()
511 Assert.Throws<RuntimeBinderException>(() => d *= s_sbyte); in String()
512 Assert.Throws<RuntimeBinderException>(() => d *= s_short); in String()
513 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in String()
514 Assert.Throws<RuntimeBinderException>(() => d *= s_uint); in String()
515 Assert.Throws<RuntimeBinderException>(() => d *= s_ulong); in String()
516 Assert.Throws<RuntimeBinderException>(() => d *= s_ushort); in String()
523 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in UInt()
547 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in UInt()
556 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in UInt()
572 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in ULong()
590 Assert.Throws<RuntimeBinderException>(() => d *= s_int); in ULong()
591 Assert.Throws<RuntimeBinderException>(() => d *= s_long); in ULong()
592 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in ULong()
593 Assert.Throws<RuntimeBinderException>(() => d *= s_sbyte); in ULong()
594 Assert.Throws<RuntimeBinderException>(() => d *= s_short); in ULong()
595 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in ULong()
611 Assert.Throws<RuntimeBinderException>(() => d *= s_bool); in UShort()
635 Assert.Throws<RuntimeBinderException>(() => d *= s_object); in UShort()
644 Assert.Throws<RuntimeBinderException>(() => d *= s_string); in UShort()