ActiveDirectoryObjectNotFoundException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| 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 mithilfe der angegebenen Serialisierungsinformationen und des Streamingkontexts. |
| 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 und Informationen zum angeforderten Objekt. |
ActiveDirectoryObjectNotFoundException()
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- 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
- Quelle:
- Exception.cs
- 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, die den Fehler beschreibt.
Weitere Informationen
Gilt für:
ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- 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 mithilfe der angegebenen Serialisierungsinformationen und des Streamingkontexts.
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)
Parameter
- info
- SerializationInfo
Das SerializationInfo Objekt für die Ausnahme.
- context
- StreamingContext
Die StreamingContext Ausnahme.
- Attribute
Weitere Informationen
Gilt für:
ActiveDirectoryObjectNotFoundException(String, Exception)
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- 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, die den Fehler beschreibt.
Weitere Informationen
Gilt für:
ActiveDirectoryObjectNotFoundException(String, Type, String)
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
- Quelle:
- Exception.cs
Initialisiert eine neue Instanz der ActiveDirectoryObjectNotFoundException Klasse mit einer angegebenen Fehlermeldung und Informationen zum 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, die den Fehler beschreibt.