Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GenerateException() [1/2]

Exception System.Net.CommandStream.GenerateException ( FtpStatusCode code,
string statusDescription,
Exception innerException )
inlineprotectedinherited

Definition at line 187 of file CommandStream.cs.

188 {
189 return new WebException(System.SR.Format(System.SR.net_ftp_servererror, NetRes.GetWebStatusCodeString(code, statusDescription)), innerException, WebExceptionStatus.ProtocolError, null);
190 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string net_ftp_servererror
Definition SR.cs:82
Definition SR.cs:7

References System.SR.Format(), System.Net.NetRes.GetWebStatusCodeString(), and System.SR.net_ftp_servererror.