Compartir a través de


Error.Context Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property Context As ErrorContext 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Error Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts