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.
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