ActiveDirectoryObjectExistsException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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) |
Przestarzałe.
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()
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
Inicjuje nowe wystąpienie klasy ActiveDirectoryObjectExistsException.
public:
ActiveDirectoryObjectExistsException();
public ActiveDirectoryObjectExistsException ();
Public Sub New ()
Zobacz też
Dotyczy
ActiveDirectoryObjectExistsException(String)
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
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)
- Ź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 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);
[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 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
[<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.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.
- Atrybuty
Zobacz też
Dotyczy
ActiveDirectoryObjectExistsException(String, Exception)
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
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.