9 references to ContentTypeInvalid
System.Net.Mail (9)
System\Net\Mime\ContentType.cs (9)
229throw new FormatException(SR.ContentTypeInvalid); 235throw new FormatException(SR.ContentTypeInvalid); 242throw new FormatException(SR.ContentTypeInvalid); 254throw new FormatException(SR.ContentTypeInvalid); 260throw new FormatException(SR.ContentTypeInvalid); 265throw new FormatException(SR.ContentTypeInvalid); 274throw new FormatException(SR.ContentTypeInvalid); 282catch (FormatException fe) when (fe.Message != SR.ContentTypeInvalid) 284throw new FormatException(SR.ContentTypeInvalid);