예제 #1
0
 public static HttpException CreateFromLastError(string message)
 {
     WebTrace.WriteLine("CreateFromLastError");
     return(new HttpException(message, 0));
 }