ActiveDirectoryObjectNotFoundException Constructeurs

Définition

Initialise une nouvelle instance de la classe ActiveDirectoryObjectNotFoundException.

Surcharges

Nom Description
ActiveDirectoryObjectNotFoundException()

Initialise une nouvelle instance de la classe ActiveDirectoryObjectNotFoundException.

ActiveDirectoryObjectNotFoundException(String)

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe avec un message d’erreur spécifié.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Obsolète.

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe à l’aide des informations de sérialisation et du contexte de diffusion en continu spécifiés.

ActiveDirectoryObjectNotFoundException(String, Exception)

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe avec un message d’erreur spécifié et un objet d’exception sous-jacent.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe avec un message d’erreur et des informations spécifiés sur l’objet demandé.

ActiveDirectoryObjectNotFoundException()

Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs

Initialise une nouvelle instance de la classe ActiveDirectoryObjectNotFoundException.

public:
 ActiveDirectoryObjectNotFoundException();
public ActiveDirectoryObjectNotFoundException();
Public Sub New ()

Voir aussi

S’applique à

ActiveDirectoryObjectNotFoundException(String)

Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe avec un message d’erreur spécifié.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message);
public ActiveDirectoryObjectNotFoundException(string? message);
public ActiveDirectoryObjectNotFoundException(string message);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String)

Paramètres

message
String

Message décrivant l’erreur.

Voir aussi

S’applique à

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs

Attention

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe à l’aide des informations de sérialisation et du contexte de diffusion en continu spécifiés.

protected:
 ActiveDirectoryObjectNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ActiveDirectoryObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected ActiveDirectoryObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Paramètres

info
SerializationInfo

Objet SerializationInfo de l’exception.

context
StreamingContext

Pour StreamingContext l’exception.

Attributs

Voir aussi

S’applique à

ActiveDirectoryObjectNotFoundException(String, Exception)

Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe avec un message d’erreur spécifié et un objet d’exception sous-jacent.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message, Exception ^ inner);
public ActiveDirectoryObjectNotFoundException(string? message, Exception? inner);
public ActiveDirectoryObjectNotFoundException(string message, Exception inner);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string * Exception -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String, inner As Exception)

Paramètres

message
String

Message décrivant l’erreur.

inner
Exception

Objet Exception qui contient des informations d’exception sous-jacentes.

Voir aussi

S’applique à

ActiveDirectoryObjectNotFoundException(String, Type, String)

Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs
Source:
Exception.cs

Initialise une nouvelle instance de la ActiveDirectoryObjectNotFoundException classe avec un message d’erreur et des informations spécifiés sur l’objet demandé.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message, Type ^ type, System::String ^ name);
public ActiveDirectoryObjectNotFoundException(string? message, Type? type, string? name);
public ActiveDirectoryObjectNotFoundException(string message, Type type, string name);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string * Type * string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String, type As Type, name As String)

Paramètres

message
String

Message décrivant l’erreur.

type
Type

Objet Type qui décrit le type de l’objet demandé.

name
String

Qui String contient le nom de l’objet demandé.

Voir aussi

S’applique à