Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds the specified Exception object to the model-error collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub Add ( _
exception As Exception _
)
public void Add(
Exception exception
)
public:
void Add(
Exception^ exception
)
Parameters
- exception
Type: System.Exception
The exception.