ModelErrorCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Collection d'instances ModelError.
public ref class ModelErrorCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Mvc::ModelBinding::ModelError ^>
public class ModelErrorCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Mvc.ModelBinding.ModelError>
type ModelErrorCollection = class
inherit Collection<ModelError>
Public Class ModelErrorCollection
Inherits Collection(Of ModelError)
- Héritage
-
ModelErrorCollection
Constructeurs
ModelErrorCollection() |
Collection d'instances ModelError. |
Méthodes
Add(Exception) |
Ajoute le instance spécifié |
Add(String) |
Ajoute le message d’erreur spécifié. |