Definition at line 764 of file SortedDictionary.cs.
765 {
767 {
768 throw new ArgumentNullException("key");
769 }
770 if (
value ==
null &&
default(TValue) !=
null)
771 {
772 throw new ArgumentNullException("value");
773 }
774 try
775 {
776 TKey key2 = (TKey)
key;
777 try
778 {
780 }
781 catch (InvalidCastException)
782 {
784 }
785 }
786 catch (InvalidCastException)
787 {
789 }
790 }
static string Arg_WrongType
static string Format(string resourceFormat, object p1)
References System.Add, System.SR.Arg_WrongType, System.SR.Format(), System.key, and System.value.