ActiveDirectoryObjectNotFoundException Konstruktoren

Definition

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse.

Überlädt

ActiveDirectoryObjectNotFoundException()

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse.

ActiveDirectoryObjectNotFoundException(String)

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit einer angegebenen Fehlermeldung.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit den angegebenen Serialisierungsinformationen und dem angegebenen Streamingkontext.

ActiveDirectoryObjectNotFoundException(String, Exception)

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit einer angegebenen Fehlermeldung und einem zugrunde liegenden Ausnahmeobjekt.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit einer angegebenen Fehlermeldung sowie Informationen zu dem angeforderten Objekt.

ActiveDirectoryObjectNotFoundException()

Quelle:
Exception.cs
Quelle:
Exception.cs
Quelle:
Exception.cs

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse.

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

Weitere Informationen

Gilt für:

ActiveDirectoryObjectNotFoundException(String)

Quelle:
Exception.cs
Quelle:
Exception.cs
Quelle:
Exception.cs

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit einer angegebenen Fehlermeldung.

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)

Parameter

message
String

Eine Meldung mit einer Beschreibung des Fehlers.

Weitere Informationen

Gilt für:

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Quelle:
Exception.cs
Quelle:
Exception.cs
Quelle:
Exception.cs

Achtung

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

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit den angegebenen Serialisierungsinformationen und dem angegebenen Streamingkontext.

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}")]
protected ActiveDirectoryObjectNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
[<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
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Das SerializationInfo-Objekt für die Ausnahme.

context
StreamingContext

Die StreamingContext für die Ausnahme.

Attribute

Weitere Informationen

Gilt für:

ActiveDirectoryObjectNotFoundException(String, Exception)

Quelle:
Exception.cs
Quelle:
Exception.cs
Quelle:
Exception.cs

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit einer angegebenen Fehlermeldung und einem zugrunde liegenden Ausnahmeobjekt.

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)

Parameter

message
String

Eine Meldung mit einer Beschreibung des Fehlers.

inner
Exception

Ein Exception-Objekt, das zugrunde liegende Ausnahmeinformationen enthält.

Weitere Informationen

Gilt für:

ActiveDirectoryObjectNotFoundException(String, Type, String)

Quelle:
Exception.cs
Quelle:
Exception.cs
Quelle:
Exception.cs

Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse mit einer angegebenen Fehlermeldung sowie Informationen zu dem angeforderten Objekt.

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)

Parameter

message
String

Eine Meldung mit einer Beschreibung des Fehlers.

type
Type

Ein Type-Objekt, das den Typ des angeforderten Objekts beschreibt.

name
String

Ein String, der den Namen des angeforderten Objekts enthält.

Weitere Informationen

Gilt für: