Partager via


Classe Error

Represents an error.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..Error

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "Error", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Error _
    Implements IExtensibleDataObject
'Utilisation
Dim instance As Error
[DataContractAttribute(Name = "Error", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Error : IExtensibleDataObject
[DataContractAttribute(Name = L"Error", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Error : IExtensibleDataObject
[<DataContractAttribute(Name = "Error", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Error =  
    class
        interface IExtensibleDataObject
    end
public class Error implements IExtensibleDataObject

Le type Error expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Error Initializes a new instance of the Error class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Code Gets or sets the error code.
Propriété publique Context Gets or sets the object context of the error, if applicable.
Propriété publique Description Gets or sets the text describing the error.
Propriété publique ExtensionData Gets or sets an object containing extra data.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.