Partager via


ErrorManager.Add, méthode (DataSchemaError, Object)

Ajoute l'objet DataSchemaError fourni à la fenêtre Liste d'erreurs de Visual Studio à l'aide de la catégorie spécifiée.

Espace de noms :  Microsoft.Data.Schema
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    errorToAdd As DataSchemaError, _
    category As Object _
)
public void Add(
    DataSchemaError errorToAdd,
    Object category
)
public:
void Add(
    DataSchemaError^ errorToAdd, 
    Object^ category
)
member Add : 
        errorToAdd:DataSchemaError * 
        category:Object -> unit 
public function Add(
    errorToAdd : DataSchemaError, 
    category : Object
)

Paramètres

  • category
    Type : System.Object
    Object qui représente le type de document ou d'objet permettant de catégoriser l'erreur.Les catégories internes sont représentées sous forme de chaînes Guid.

Sécurité .NET Framework

Voir aussi

Référence

ErrorManager Classe

Add, surcharge

Microsoft.Data.Schema, espace de noms

DataSchemaError