ActiveDirectoryObjectExistsException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectExistsException.

Przeciążenia

ActiveDirectoryObjectExistsException()

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectExistsException.

ActiveDirectoryObjectExistsException(String)

Inicjuje ActiveDirectoryObjectExistsException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie.

ActiveDirectoryObjectExistsException(SerializationInfo, StreamingContext)

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

ActiveDirectoryObjectExistsException(String, Exception)

Inicjuje ActiveDirectoryObjectExistsException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie i bazowego obiektu wyjątku.

ActiveDirectoryObjectExistsException()

Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectExistsException.

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

Zobacz też

Dotyczy

ActiveDirectoryObjectExistsException(String)

Inicjuje ActiveDirectoryObjectExistsException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie.

public:
 ActiveDirectoryObjectExistsException(System::String ^ message);
public ActiveDirectoryObjectExistsException (string message);
public ActiveDirectoryObjectExistsException (string? message);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException : string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException
Public Sub New (message As String)

Parametry

message
String

Komunikat, który opisuje błąd.

Zobacz też

Dotyczy

ActiveDirectoryObjectExistsException(SerializationInfo, StreamingContext)

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

protected:
 ActiveDirectoryObjectExistsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ActiveDirectoryObjectExistsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Obiekt SerializationInfo dla wyjątku.

context
StreamingContext

Obiekt StreamingContext dla wyjątku.

Zobacz też

Dotyczy

ActiveDirectoryObjectExistsException(String, Exception)

Inicjuje ActiveDirectoryObjectExistsException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie i bazowego obiektu wyjątku.

public:
 ActiveDirectoryObjectExistsException(System::String ^ message, Exception ^ inner);
public ActiveDirectoryObjectExistsException (string message, Exception inner);
public ActiveDirectoryObjectExistsException (string? message, Exception? inner);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException : string * Exception -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException
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