public WebException(string message, System.Net.WebExceptionStatus status)
 {
 }
 public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response)
 {
 }