Home
last modified time | relevance | path

Searched refs:SmtpCommandUnrecognized (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/Mail/
H A DSmtpException.cs28 return SR.Format(SR.SmtpCommandUnrecognized); in GetMessageForStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DSmtpException.cs30 return SR.GetString(SR.SmtpCommandUnrecognized); in GetMessageForStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs934 public const string SmtpCommandUnrecognized = "Syntax error, command unrecognized."; field in SR