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 值,该值标识与该异常关联的人类语言。

属性

注解

如果 Web 服务使用多种人类语言,请引发异常,消息文本或本地化为每种语言的其他属性。 使用此属性可标识与异常关联的语言。

适用于