共用方式為


SoapException.Lang 屬性

定義

取得與這個例外狀況相關聯的人類語言。

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

String,識別與例外狀況相關聯的人類語言。

屬性

備註

如果您的 Web 服務使用多個人類語言,請擲回例外狀況,並顯示訊息文字或其他當地語系化為每種語言的屬性。 使用這個屬性來識別與例外狀況相關聯的語言。

適用於