Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new instance of the ModelError class by using the specified error message.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
errorMessage As String _
)
public ModelError(
string errorMessage
)
public:
ModelError(
String^ errorMessage
)
Parameters
- errorMessage
Type: System.String
The error message.