LdapException.ServerErrorMessage 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ServerErrorMessage 属性包含一个 String,而后者又包含 LDAP 服务器错误消息(如果存在)。
public:
property System::String ^ ServerErrorMessage { System::String ^ get(); };
public string ServerErrorMessage { get; }
member this.ServerErrorMessage : string
Public ReadOnly Property ServerErrorMessage As String
属性值
一个包含 LDAP 服务器错误消息(如果存在)的 String。