Home
last modified time | relevance | path

Searched refs:ContentDispositionInvalid (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mime/
H A DContentDisposition.cs37 throw new FormatException(SR.ContentDispositionInvalid);
314 throw new FormatException(SR.ContentDispositionInvalid); in ParseValue()
325 throw new FormatException(SR.ContentDispositionInvalid); in ParseValue()
337 throw new FormatException(SR.ContentDispositionInvalid, exception); in ParseValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DContentDisposition.cs48 throw new FormatException(SR.GetString(SR.ContentDispositionInvalid));
383 throw new FormatException(SR.GetString(SR.ContentDispositionInvalid)); in ParseValue()
399 throw new FormatException(SR.GetString(SR.ContentDispositionInvalid)); in ParseValue()
411 throw new FormatException(SR.GetString(SR.ContentDispositionInvalid), exception); in ParseValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs978 public const string ContentDispositionInvalid = "The specified content disposition is invalid."; field in SR