SoapException.Lang 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 le langage humain associé à cette exception.
public:
property System::String ^ Lang { System::String ^ get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public string Lang { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Lang : string
Public ReadOnly Property Lang As String
Valeur de propriété
Valeur String identifiant le langage humain associé à l'exception.
- Attributs
Remarques
Si votre service Web fonctionne avec plusieurs langues humaines, lèvez des exceptions avec du texte de message ou d’autres propriétés localisées dans chaque langue. Utilisez cette propriété pour identifier la langue associée à l’exception.