Класс ErrorContext

Represents the context of errors.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "ErrorContext", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ErrorContext
'Применение
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

Тип ErrorContext обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ErrorContext Initializes a new instance of the ErrorContext class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.