Classe ErrorContext
Represents the context of errors.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..ErrorContext
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "ErrorContext", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ErrorContext
'Utilizzo
Dim instance As ErrorContext
[DataContractAttribute(Name = "ErrorContext", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext
[DataContractAttribute(Name = L"ErrorContext", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ErrorContext
[<DataContractAttribute(Name = "ErrorContext", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext = class end
public class ErrorContext
Nel tipo ErrorContext sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ErrorContext | Initializes a new instance of the ErrorContext class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
FullyQualifiedName | Gets or sets the object FullyQualifiedName of the context identifier in dot notation. |
![]() |
Identifier | Gets or sets the object context identifier of the error. |
![]() |
Type | Gets or sets the object type of the context identifier. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.