Error.Context Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o contexto do objeto do erro, se aplicável.
public:
property Microsoft::MasterDataServices::ErrorContext ^ Context { Microsoft::MasterDataServices::ErrorContext ^ get(); void set(Microsoft::MasterDataServices::ErrorContext ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.ErrorContext Context { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Context : Microsoft.MasterDataServices.ErrorContext with get, set
Public Property Context As ErrorContext
Valor da propriedade
Uma nova instância do tipo ErrorContext.
- Atributos