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

속성 값

String

LDAP 서버 오류 메시지(있는 경우)가 들어 있는 String입니다.

적용 대상