SoapException.Lang 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個例外狀況相關聯的人類語言。
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
屬性值
String,識別與例外狀況相關聯的人類語言。
- 屬性
備註
如果您的 Web 服務使用多個人類語言,請擲回例外狀況,並顯示訊息文字或其他當地語系化為每種語言的屬性。 使用這個屬性來識別與例外狀況相關聯的語言。