Класс ErrorContext
Represents the context of errors.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.ErrorContext
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "ErrorContext", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ErrorContext _
Inherits DataContractBase
'Применение
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
Тип ErrorContext обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ErrorContext | Initializes a new instance of the ErrorContext class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
FullyQualifiedName | Gets or sets the fully qualified name of the context identifier in dot notation. |
![]() |
Identifier | Gets or sets the context identifier of the error. |
![]() |
Type | Gets or sets the type of the context identifier. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
SetProperty<T> | Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts