ActiveDirectoryObjectNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectNotFoundException.

Przeciążenia

ActiveDirectoryObjectNotFoundException()

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectNotFoundException.

ActiveDirectoryObjectNotFoundException(String)

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy przy użyciu określonych informacji o serializacji i kontekstu przesyłania strumieniowego.

ActiveDirectoryObjectNotFoundException(String, Exception)

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie i podstawowym obiektem wyjątku.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie i informacjami o żądanym obiekcie.

ActiveDirectoryObjectNotFoundException()

Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectNotFoundException.

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

Zobacz też

Dotyczy

ActiveDirectoryObjectNotFoundException(String)

Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie.

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

Komunikat, który opisuje błąd.

Zobacz też

Dotyczy

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Przestroga

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

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy przy użyciu określonych informacji o serializacji i kontekstu przesyłania strumieniowego.

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

Obiekt SerializationInfo dla wyjątku.

context
StreamingContext

Wartość StreamingContext dla wyjątku.

Atrybuty

Zobacz też

Dotyczy

ActiveDirectoryObjectNotFoundException(String, Exception)

Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie i podstawowym obiektem wyjątku.

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

Komunikat, który opisuje błąd.

inner
Exception

Exception Obiekt, który zawiera podstawowe informacje o wyjątku.

Zobacz też

Dotyczy

ActiveDirectoryObjectNotFoundException(String, Type, String)

Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje ActiveDirectoryObjectNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie i informacjami o żądanym obiekcie.

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

Komunikat, który opisuje błąd.

type
Type

Type Obiekt opisujący typ żądanego obiektu.

name
String

Element String zawierający nazwę żądanego obiektu.

Zobacz też

Dotyczy