LdapException コンストラクタ ()
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


LdapException コンストラクタ (Int32)
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


LdapException コンストラクタ (Int32, String, Exception)
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)

Dim errorCode As Integer Dim message As String Dim inner As Exception Dim instance As New LdapException(errorCode, message, inner)

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


LdapException コンストラクタ (String)
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


LdapException コンストラクタ (SerializationInfo, StreamingContext)
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)

Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New LdapException(info, context)

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


LdapException コンストラクタ (String, Exception)
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


LdapException コンストラクタ

名前 | 説明 |
---|---|
LdapException () | LdapException コンストラクタは、LdapException クラスのインスタンスを作成します。 |
LdapException (Int32) | LdapException(Int32) コンストラクタは、指定されたエラー コードを使用して、LdapException クラスのインスタンスを作成します。クライアントに表示する既定のメッセージは "LDAP サーバーとの通信エラー" です。 |
LdapException (String) | LdapException(String) コンストラクタは、指定したメッセージを使用して、LdapException クラスのインスタンスを作成します。 |
LdapException (Int32, String) | LdapException(Int32,String) コンストラクタは、指定されたエラー コードとメッセージを使用して、LdapException クラスのインスタンスを作成します。 |
LdapException (SerializationInfo, StreamingContext) | LdapException(SerializationInfo,StreamingContext) コンストラクタは、指定したシリアル化データとストリーム コンテキストを使用して、LdapException クラスのインスタンスを作成します。 |
LdapException (String, Exception) | LdapException(String,Exception) コンストラクタは、指定したメッセージと内部例外を使用して、LdapException クラスのインスタンスを作成します。 |
LdapException (Int32, String, Exception) | LdapException(Int32,String,Exception) コンストラクタは、指定したエラー コード、メッセージ、および内部例外を使用して、LdapException クラスのインスタンスを作成します。 |

LdapException コンストラクタ (Int32, String)
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)

Dim errorCode As Integer Dim message As String Dim instance As New LdapException(errorCode, message)

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- LdapException コンストラクタ ()のページへのリンク