Partager via


Propriété Error.Context

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Context As ErrorContext 
    Get 
    Set
'Utilisation
Dim instance As Error 
Dim value As ErrorContext 

value = instance.Context

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

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.ErrorContext
The object context of the error, if applicable.

Voir aussi

Référence

Error Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts