ErrorContext Class

Definition

Specifies the context of a particular error.

public ref class ErrorContext : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext = class
    inherit DataContractBase
Public Class ErrorContext
Inherits DataContractBase
Inheritance
ErrorContext
Attributes

Remarks

The ErrorContext complex type specifies the context of a particular error. This type identifies the object that was operated on when the error occurred.

Constructors

ErrorContext()

Initializes a new instance of the ErrorContext class.

Properties

FullyQualifiedName

Specifies the object FullyQualifiedName of the context identifier in dot notation.

Identifier

Specifies the object context identifier of the error.

Type

Specifies the object type of the context identifier.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to