Ejemplo n.º 1
0
 public void WriteErrored(HttpContext context, string str)
 {
     RWE(context, PageUtils.ExtError(str));
 }
Ejemplo n.º 2
0
 public void WriteErrored(string str)
 {
     RWE(PageUtils.ExtError(str));
 }