Error.Context Property

Definition

Gets or sets the object context of the error, if applicable.

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

Property Value

A new instance of type ErrorContext.

Attributes

Applies to