Definition at line 528 of file ThrowHelper.cs.
529 {
530 string message = "";
532 {
535 break;
538 break;
541 break;
544 break;
547 break;
550 break;
553 break;
556 break;
559 break;
562 break;
565 break;
566 }
567 FormatException
ex =
new FormatException(message);
568 ex.Source =
"System.Text.Json.Rethrowable";
570 }
static string FormatUInt32
static string FormatInt16
static string FormatSingle
static string FormatDecimal
static string FormatUInt64
static string FormatDouble
static string FormatUInt16
static string FormatSByte
static string FormatInt32
static string FormatInt64
References System.Text.Json.Dictionary, System.SR.FormatByte, System.SR.FormatDecimal, System.SR.FormatDouble, System.SR.FormatInt16, System.SR.FormatInt32, System.SR.FormatInt64, System.SR.FormatSByte, System.SR.FormatSingle, System.SR.FormatUInt16, System.SR.FormatUInt32, and System.SR.FormatUInt64.