Класс ErrorContext

Represents the error context.

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

System. . :: . .Object
  Microsoft.MasterDataServices..::..ErrorContext

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "ErrorContext", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ErrorContext _
    Implements IExtensibleDataObject
'Применение
Dim instance As ErrorContext
[DataContractAttribute(Name = "ErrorContext", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : IExtensibleDataObject
[DataContractAttribute(Name = L"ErrorContext", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ErrorContext : IExtensibleDataObject
[<DataContractAttribute(Name = "ErrorContext", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext =  
    class
        interface IExtensibleDataObject
    end
public class ErrorContext implements IExtensibleDataObject

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство ExtensionData Gets or sets an object that contains extra data.
Открытое свойство FullyQualifiedName Gets or sets the fully qualified name of the error context.
Открытое свойство Identifier Gets or sets the error context ID.
Открытое свойство Type Gets or sets the type of the error context.

В начало

Методы

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

В начало

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

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