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

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

ActiveDirectoryObjectNotFoundException コンストラクタ (String)

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

指定したエラー メッセージ使用して、ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。

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

Dim message As String

Dim instance As New ActiveDirectoryObjectNotFoundException(message)
public ActiveDirectoryObjectNotFoundException (
    string message
)
public:
ActiveDirectoryObjectNotFoundException (
    String^ message
)
public ActiveDirectoryObjectNotFoundException (
    String message
)
public function ActiveDirectoryObjectNotFoundException
 (
    message : String
)

パラメータ

message

エラー説明するメッセージ

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

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

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

指定したエラー メッセージと基になる例外オブジェクト使用して、ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。

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

Dim message As String
Dim inner As Exception

Dim instance As New ActiveDirectoryObjectNotFoundException(message,
 inner)
public ActiveDirectoryObjectNotFoundException (
    string message,
    Exception inner
)
public:
ActiveDirectoryObjectNotFoundException (
    String^ message, 
    Exception^ inner
)
public ActiveDirectoryObjectNotFoundException (
    String message, 
    Exception inner
)
public function ActiveDirectoryObjectNotFoundException
 (
    message : String, 
    inner : Exception
)

パラメータ

message

エラー説明するメッセージ

inner

基になる例外情報格納している Exception オブジェクト

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

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

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

シリアル化情報ストリーム コンテキスト指定して、ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。

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

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

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

パラメータ

info

例外の SerializationInfo オブジェクト

context

例外の StreamingContext。

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

ActiveDirectoryObjectNotFoundException コンストラクタ

ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
ActiveDirectoryObjectNotFoundException () ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。
ActiveDirectoryObjectNotFoundException (String) 指定したエラー メッセージ使用してActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。
ActiveDirectoryObjectNotFoundException (SerializationInfo, StreamingContext) シリアル化情報ストリーム コンテキスト指定してActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。
ActiveDirectoryObjectNotFoundException (String, Exception) 指定したエラー メッセージと基になる例外オブジェクト使用してActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。
ActiveDirectoryObjectNotFoundException (String, Type, String) 指定したエラー メッセージ要求されオブジェクトに関する情報使用してActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。
参照参照

関連項目

ActiveDirectoryObjectNotFoundException クラス
ActiveDirectoryObjectNotFoundException メンバ
System.DirectoryServices.ActiveDirectory 名前空間
ActiveDirectoryObjectNotFoundException クラス

ActiveDirectoryObjectNotFoundException コンストラクタ (String, Type, String)

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

指定したエラー メッセージ要求されオブジェクトに関する情報使用して、ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。

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

Dim message As String
Dim type As Type
Dim name As String

Dim instance As New ActiveDirectoryObjectNotFoundException(message,
 type, name)
public ActiveDirectoryObjectNotFoundException (
    string message,
    Type type,
    string name
)
public:
ActiveDirectoryObjectNotFoundException (
    String^ message, 
    Type^ type, 
    String^ name
)
public ActiveDirectoryObjectNotFoundException (
    String message, 
    Type type, 
    String name
)
public function ActiveDirectoryObjectNotFoundException
 (
    message : String, 
    type : Type, 
    name : String
)

パラメータ

message

エラー説明するメッセージ

type

要求されオブジェクトの型を記述する Type オブジェクト

name

要求されオブジェクトの名前が格納されString

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

ActiveDirectoryObjectNotFoundException コンストラクタ ()

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

ActiveDirectoryObjectNotFoundException クラス新しインスタンス初期化します。

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

Dim instance As New ActiveDirectoryObjectNotFoundException
public ActiveDirectoryObjectNotFoundException ()
public:
ActiveDirectoryObjectNotFoundException ()
public ActiveDirectoryObjectNotFoundException ()
public function ActiveDirectoryObjectNotFoundException
 ()
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryObjectNotFoundException クラス
ActiveDirectoryObjectNotFoundException メンバ
System.DirectoryServices.ActiveDirectory 名前空間
ActiveDirectoryObjectNotFoundException クラス



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

辞書ショートカット

すべての辞書の索引

「ActiveDirectoryObjectNotFoundException コンストラクタ」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS