SoapException.Lang Propriété

Définition

Obtient le langage humain associé à l’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 qui identifie 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.

S’applique à