LdapException.ServerErrorMessage プロパティ

定義

ServerErrorMessage プロパティには、LDAP サーバーのエラー メッセージ (存在する場合) を含むStringが含まれています。

public:
 property System::String ^ ServerErrorMessage { System::String ^ get(); };
public string ServerErrorMessage { get; }
member this.ServerErrorMessage : string
Public ReadOnly Property ServerErrorMessage As String

プロパティ値

LDAP サーバーのエラー メッセージ (存在する場合) を含む String

適用対象