IProtocolErrorCodeFeature.Error Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le code d'erreur. La propriété retourne -1 si le code d’erreur n’a pas été défini.
public:
property long Error { long get(); void set(long value); };
public long Error { get; set; }
member this.Error : int64 with get, set
Public Property Error As Long