Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)