Compartir a través de


Error.Context Propiedad

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

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

Error Clase

Espacio de nombres Microsoft.MasterDataServices