ErrorContext Class
Specifies the context of a particular error.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ErrorContext
| Name | Description | |
|---|---|---|
![]() | ErrorContext() | Initializes a new instance of the ErrorContext class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The ErrorContext complex type specifies the context of a particular error. This type identifies the object that was operated on when the error occurred.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


