6 references to GenerateException
System (6)
net\System\Net\_CommandStream.cs (5)
342exception = GenerateException(WebExceptionStatus.ServerProtocolViolation, null); 550throw GenerateException(WebExceptionStatus.ReceiveFailure, e); 589throw GenerateException(WebExceptionStatus.ServerProtocolViolation, null); 597throw GenerateException(WebExceptionStatus.ServerProtocolViolation, null); 611throw GenerateException(WebExceptionStatus.ServerProtocolViolation, null);
net\System\Net\_FtpControlStream.cs (1)
1138throw GenerateException(WebExceptionStatus.ProtocolError, e); // could not open data connection