Język

ActiveDirectoryObjectNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectNotFoundException.

Przeciążenia

Nazwa Opis
ActiveDirectoryObjectNotFoundException()

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectNotFoundException.

ActiveDirectoryObjectNotFoundException(String)

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

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Przestarzałe.

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

ActiveDirectoryObjectNotFoundException(String, Exception)

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

ActiveDirectoryObjectNotFoundException(String, Type, String)

Inicjuje nowe wystąpienie ActiveDirectoryObjectNotFoundException 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
Źródło:
Exception.cs
Źródło:
Exception.cs
Ź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
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectNotFoundException 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 opisujący błąd.

Zobacz też

Dotyczy

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

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

Uwaga

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

Inicjuje nowe wystąpienie ActiveDirectoryObjectNotFoundException 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);
[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)

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
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje nowe wystąpienie ActiveDirectoryObjectNotFoundException klasy z określonym komunikatem o błędzie i bazowym 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 opisujący błąd.

inner
Exception

Exception Obiekt zawierający 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
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs
Źródło:
Exception.cs

Inicjuje nowe wystąpienie ActiveDirectoryObjectNotFoundException 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 opisujący błąd.

type
Type

Type Obiekt opisujący typ żądanego obiektu.

name
String

Obiekt String , który zawiera nazwę żądanego obiektu.

Zobacz też

Dotyczy