Error.Context Property

Definition

Specifies the object context of the error if applicable.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::ErrorContext ^ Context { Microsoft::MasterDataServices::Services::DataContracts::ErrorContext ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::ErrorContext ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.ErrorContext Context { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.Context : Microsoft.MasterDataServices.Services.DataContracts.ErrorContext with get, set
Public Property Context As ErrorContext

Property Value

The object context of the error if applicable.

Attributes

Applies to