LdapExceptionとは? わかりやすく解説

LdapException クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

LdapException クラスは、LDAP が ResultCode に含まれないエラー コード返す場合発生する例外です。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

<SerializableAttribute> _
Public Class LdapException
    Inherits DirectoryException
    Implements ISerializable
Dim instance As LdapException
[SerializableAttribute] 
public class LdapException : DirectoryException,
 ISerializable
[SerializableAttribute] 
public ref class LdapException : public
 DirectoryException, ISerializable
/** @attribute SerializableAttribute() */ 
public class LdapException extends DirectoryException
 implements ISerializable
SerializableAttribute 
public class LdapException extends
 DirectoryException implements ISerializable
継承階層継承階層
System.Object
   System.Exception
     System.DirectoryServices.Protocols.DirectoryException
      System.DirectoryServices.Protocols.LdapException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ ()


LdapException コンストラクタ (Int32)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapException(Int32) コンストラクタは、指定されエラー コード使用して、LdapException クラスインスタンス作成しますクライアント表示する既定メッセージは "LDAP サーバーとの通信エラー" です。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ (Int32, String, Exception)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapException(Int32,String,Exception) コンストラクタは、指定したエラー コードメッセージ、および内部例外使用して、LdapException クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ (String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapException(String) コンストラクタは、指定したメッセージ使用して、LdapException クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ (SerializationInfo, StreamingContext)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapException(SerializationInfo,StreamingContext) コンストラクタは、指定したシリアル化データストリーム コンテキスト使用して、LdapException クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New LdapException(info,
 context)
protected LdapException (
    SerializationInfo info,
    StreamingContext context
)
protected:
LdapException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected LdapException (
    SerializationInfo info, 
    StreamingContext context
)
protected function LdapException (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

info

パラメータシリアル化するために必要なデータ

context

パラメータ関連付けられているシリアル化ストリーム転送元と転送先。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ (String, Exception)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapException(String,Exception) コンストラクタは、指定したメッセージ内部例外使用して、LdapException クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ

LdapException コンストラクタは、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 クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException コンストラクタ (Int32, String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapException(Int32,String) コンストラクタは、指定されエラー コードメッセージ使用して、LdapException クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapException クラス
LdapException メンバ
System.DirectoryServices.Protocols 名前空間

LdapException プロパティ


パブリック プロパティパブリック プロパティ

プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。 ( Exception から継承されます。)
参照参照

関連項目

LdapException クラス
System.DirectoryServices.Protocols 名前空間

LdapException メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

LdapException クラス
System.DirectoryServices.Protocols 名前空間

LdapException メンバ

LdapException クラスは、LDAP が ResultCode に含まれないエラー コード返す場合発生する例外です。

LdapException データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド LdapException オーバーロードされますLdapException コンストラクタは、LdapException クラスインスタンス作成します
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。(Exception から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

LdapException クラス
System.DirectoryServices.Protocols 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「LdapException」の関連用語

LdapExceptionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



LdapExceptionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS