DataSchemaException, classe
Fournit une classe de base pour toutes les exceptions dans l'espace de noms Microsoft.Data.Schema. Cela inclut ses sous-espaces de noms contenus.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.Data.Schema.DataSchemaException
En savoir plus...
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class DataSchemaException _
Inherits Exception
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class DataSchemaException : Exception
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class DataSchemaException : public Exception
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type DataSchemaException =
class
inherit Exception
end
public class DataSchemaException extends Exception
Le type DataSchemaException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DataSchemaException() | Crée une instance de la classe DataSchemaException. | |
DataSchemaException(String) | Crée une nouvelle instance de la classe DataSchemaException à partir du message fourni. | |
DataSchemaException(SerializationInfo, StreamingContext) | Crée une instance de la classe DataSchemaException à partir des informations et du contexte fournis. | |
DataSchemaException(String, Exception) | Crée une instance de la classe DataSchemaException à partir du message et de l'exception interne fournis. |
Début
Propriétés
Nom | Description | |
---|---|---|
Data | Obtient une collection de paires clé/valeur qui fournissent des informations supplémentaires définies par l'utilisateur sur l'exception. (Hérité de Exception.) | |
HelpLink | Obtient ou définit un lien vers le fichier d'aide associé à cette exception. (Hérité de Exception.) | |
HResult | Obtient ou définit HRESULT, valeur numérique codée qui est assignée à une exception spécifique. (Hérité de Exception.) | |
InnerException | Obtient l'instance Exception qui a provoqué l'exception actuelle. (Hérité de Exception.) | |
Message | Obtient un message qui décrit l'exception actuelle. (Hérité de Exception.) | |
Source | Obtient ou définit le nom de l'application ou de l'objet qui est à l'origine de l'erreur. (Hérité de Exception.) | |
StackTrace | Obtient une représentation sous forme de chaîne des frames immédiates sur la pile des appels. (Hérité de Exception.) | |
TargetSite | Obtient la méthode qui lève l'exception actuelle. (Hérité de Exception.) |
Début
Méthodes
Nom | Description | |
---|---|---|
Equals | Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetBaseException | En cas de substitution dans une classe dérivée, retourne Exception qui est à l'origine d'une ou de plusieurs exceptions suivantes. (Hérité de Exception.) | |
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetObjectData | Essentiel pour la sécurité. En cas de substitution dans une classe dérivée, définit SerializationInfo avec des informations sur l'exception. (Hérité de Exception.) | |
GetType | Obtient le type au moment de l'exécution de l'instance actuelle. (Hérité de Exception.) | |
MemberwiseClone | Crée une copie superficielle de l'objet Object actif. (Hérité de Object.) | |
ToString | Crée et retourne une chaîne représentant l'exception en cours. (Hérité de Exception.) |
Début
Événements
Nom | Description | |
---|---|---|
SerializeObjectState | Se produit lorsqu'une exception est sérialisée pour créer un objet d'état d'exception qui contient des données sérialisées relatives à l'exception. (Hérité de Exception.) |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Microsoft.Data.Schema, espace de noms
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.Data.Schema.DataSchemaException
Microsoft.Data.Schema.Build.DeploymentFailedException
Microsoft.Data.Schema.Extensibility.ExtensibilityException
Microsoft.Data.Schema.Extensibility.InvalidConnectionStringException
Microsoft.Data.Schema.SchemaModel.DataSchemaModelControllerException
Microsoft.Data.Schema.SchemaModel.DataSchemaModelException
Microsoft.Data.Schema.SchemaModel.ModelComparisonException
Microsoft.Data.Schema.SchemaModel.ModelException
Microsoft.Data.Schema.SchemaModel.ModelInstantiationException
Microsoft.Data.Schema.SchemaModel.ModelPersistenceException
Microsoft.Data.Schema.SchemaModel.ModelRegistrationException
Microsoft.Data.Schema.SchemaModel.ModelSerializationException
Microsoft.Data.Schema.SchemaModel.ReverseEngineerException
Microsoft.Data.Schema.SchemaModel.ScriptCacheException
Microsoft.Data.Schema.SchemaModel.ScriptDomGeneratorException
Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorException
Microsoft.Data.Schema.Sql.SchemaModel.SqlModelBuilderException
Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleException
Microsoft.Data.Schema.Tools.DataGenerator.GeneratorUserException
Microsoft.Data.Schema.Tools.DataGenerator.InputValidationException
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertySetFailedException
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectUpgradeException