Error.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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