Condividi tramite


Classe ErrorContext

Represents the context of errors.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.ErrorContext

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "ErrorContext", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ErrorContext _
    Inherits DataContractBase
'Utilizzo
Dim instance As ErrorContext
[DataContractAttribute(Name = "ErrorContext", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : DataContractBase
[DataContractAttribute(Name = L"ErrorContext", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ErrorContext : public DataContractBase
[<DataContractAttribute(Name = "ErrorContext", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext =  
    class 
        inherit DataContractBase 
    end
public class ErrorContext extends DataContractBase

Nel tipo ErrorContext sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ErrorContext Initializes a new instance of the ErrorContext class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica FullyQualifiedName Gets or sets the fully qualified name of the context identifier in dot notation.
Proprietà pubblica Identifier Gets or sets the context identifier of the error.
Proprietà pubblica Type Gets or sets the type of the context identifier.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts