2 references to NotSerializableType
System.Windows.Forms (2)
System\Resources\ResXDataNode.cs (2)
88
throw new InvalidOperationException(string.Format(SR.
NotSerializableType
, name, valueType.FullName));
242
throw new InvalidOperationException(string.Format(SR.
NotSerializableType
, _name, valueType.FullName));