Proyecto Fin de Carrera 2011
Gestor del error en peticiones ajax

Namespace: EntornoWeb.Controllers
Assembly: EntornoWeb (in EntornoWeb.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected void ShowError(
	string strMensaje
)
Visual Basic
Protected Sub ShowError ( _
	strMensaje As String _
)
Visual C++
protected:
void ShowError(
	String^ strMensaje
)

Parameters

strMensaje
Type: System..::..String
Mensaje de error que se mostrará al usuario

See Also