Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ModelStateDictionary class by using values that are copied from the specified model-state dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
dictionary As ModelStateDictionary _
)
public ModelStateDictionary(
ModelStateDictionary dictionary
)
public:
ModelStateDictionary(
ModelStateDictionary^ dictionary
)
Parameters
- dictionary
Type: System.Web.Mvc.ModelStateDictionary
The model-state dictionary.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The dictionary parameter is null reference (Nothing in Visual Basic). |