LdapException コンストラクタ ()とは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > LdapException コンストラクタ ()の意味・解説 

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 名前空間



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

辞書ショートカット

すべての辞書の索引

「LdapException コンストラクタ ()」の関連用語

LdapException コンストラクタ ()のお隣キーワード
検索ランキング

   

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



LdapException コンストラクタ ()のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS