Sdílet prostřednictvím


ActiveDirectoryObjectNotFoundException Konstruktory

Definice

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy .

Přetížení

ActiveDirectoryObjectNotFoundException()

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy .

ActiveDirectoryObjectNotFoundException(String)

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy se zadanou chybovou zprávou.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Zastaralé.

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy pomocí zadané serializace informace a kontext streamování.

ActiveDirectoryObjectNotFoundException(String, Exception)

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy se zadanou chybovou zprávou a objektem základní výjimky.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy se zadanou chybovou zprávou a informacemi o požadovaném objektu.

ActiveDirectoryObjectNotFoundException()

Zdroj:
Exception.cs
Zdroj:
Exception.cs
Zdroj:
Exception.cs

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy .

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

Viz také

Platí pro

ActiveDirectoryObjectNotFoundException(String)

Zdroj:
Exception.cs
Zdroj:
Exception.cs
Zdroj:
Exception.cs

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy se zadanou chybovou zprávou.

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)

Parametry

message
String

Zpráva popisující chybu

Viz také

Platí pro

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Zdroj:
Exception.cs
Zdroj:
Exception.cs
Zdroj:
Exception.cs

Upozornění

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

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy pomocí zadané serializace informace a kontext streamování.

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)

Parametry

info
SerializationInfo

Objekt SerializationInfo pro výjimku.

context
StreamingContext

Pro StreamingContext výjimku.

Atributy

Viz také

Platí pro

ActiveDirectoryObjectNotFoundException(String, Exception)

Zdroj:
Exception.cs
Zdroj:
Exception.cs
Zdroj:
Exception.cs

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy se zadanou chybovou zprávou a objektem základní výjimky.

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)

Parametry

message
String

Zpráva popisující chybu

inner
Exception

Objekt Exception , který obsahuje základní informace o výjimce.

Viz také

Platí pro

ActiveDirectoryObjectNotFoundException(String, Type, String)

Zdroj:
Exception.cs
Zdroj:
Exception.cs
Zdroj:
Exception.cs

Inicializuje novou instanci ActiveDirectoryObjectNotFoundException třídy se zadanou chybovou zprávou a informacemi o požadovaném objektu.

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)

Parametry

message
String

Zpráva popisující chybu

type
Type

Objekt Type , který popisuje typ požadovaného objektu.

name
String

A String , který obsahuje název požadovaného objektu.

Viz také

Platí pro