Share via


Error.Context Property

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Context As ErrorContext
    Get
    Set
'Usage
Dim instance As Error
Dim value As ErrorContext

value = instance.Context

instance.Context = value
[DataMemberAttribute]
public ErrorContext Context { get; set; }
[DataMemberAttribute]
public:
property ErrorContext^ Context {
    ErrorContext^ get ();
    void set (ErrorContext^ value);
}
[<DataMemberAttribute>]
member Context : ErrorContext with get, set
function get Context () : ErrorContext
function set Context (value : ErrorContext)

Property Value

Type: Microsoft.MasterDataServices.ErrorContext
A new instance of type ErrorContext.

See Also

Reference

Error Class

Microsoft.MasterDataServices Namespace