Error.Context Property

 

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false)]
public ErrorContext Context { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property ErrorContext^ Context {
    ErrorContext^ get();
    void set(ErrorContext^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member Context : ErrorContext with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property Context As ErrorContext

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ErrorContext

The object context of the error, if applicable.

See Also

Error Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top