ActiveDirectoryServerDownException 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 ActiveDirectoryServerDownException.
Przeciążenia
ActiveDirectoryServerDownException() |
Inicjuje nowe wystąpienie klasy ActiveDirectoryServerDownException. |
ActiveDirectoryServerDownException(String) |
Inicjuje ActiveDirectoryServerDownException nowe wystąpienie klasy z określonym komunikatem o błędzie. |
ActiveDirectoryServerDownException(SerializationInfo, StreamingContext) |
Przestarzałe.
Inicjuje ActiveDirectoryServerDownException nowe wystąpienie klasy przy użyciu określonych informacji o serializacji i kontekstu przesyłania strumieniowego. |
ActiveDirectoryServerDownException(String, Exception) |
Inicjuje nowe wystąpienie ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie i podstawowym obiektem wyjątku. |
ActiveDirectoryServerDownException(String, Int32, String) |
Inicjuje nowe wystąpienie ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie, określonym kodem błędu i określoną nazwą serwera. |
ActiveDirectoryServerDownException(String, Exception, Int32, String) |
Inicjuje nowe wystąpienie ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie, obiektem wyjątku bazowego, określonym kodem błędu i określoną nazwą serwera. |
ActiveDirectoryServerDownException()
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
Inicjuje nowe wystąpienie klasy ActiveDirectoryServerDownException.
public:
ActiveDirectoryServerDownException();
public ActiveDirectoryServerDownException ();
Public Sub New ()
Dotyczy
ActiveDirectoryServerDownException(String)
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
Inicjuje ActiveDirectoryServerDownException nowe wystąpienie klasy z określonym komunikatem o błędzie.
public:
ActiveDirectoryServerDownException(System::String ^ message);
public ActiveDirectoryServerDownException (string message);
public ActiveDirectoryServerDownException (string? message);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException : string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat, który opisuje błąd.
Dotyczy
ActiveDirectoryServerDownException(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 ActiveDirectoryServerDownException nowe wystąpienie klasy przy użyciu określonych informacji o serializacji i kontekstu przesyłania strumieniowego.
protected:
ActiveDirectoryServerDownException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ActiveDirectoryServerDownException (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 ActiveDirectoryServerDownException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
[<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.ActiveDirectoryServerDownException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
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
ActiveDirectoryServerDownException(String, Exception)
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
Inicjuje nowe wystąpienie ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie i podstawowym obiektem wyjątku.
public:
ActiveDirectoryServerDownException(System::String ^ message, Exception ^ inner);
public ActiveDirectoryServerDownException (string message, Exception inner);
public ActiveDirectoryServerDownException (string? message, Exception? inner);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException : string * Exception -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
Public Sub New (message As String, inner As Exception)
Parametry
- message
- String
Komunikat, który opisuje błąd.
Dotyczy
ActiveDirectoryServerDownException(String, Int32, String)
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
Inicjuje nowe wystąpienie ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie, określonym kodem błędu i określoną nazwą serwera.
public:
ActiveDirectoryServerDownException(System::String ^ message, int errorCode, System::String ^ name);
public ActiveDirectoryServerDownException (string message, int errorCode, string name);
public ActiveDirectoryServerDownException (string? message, int errorCode, string? name);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException : string * int * string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
Public Sub New (message As String, errorCode As Integer, name As String)
Parametry
- message
- String
Komunikat, który opisuje błąd.
- errorCode
- Int32
Kod błędu identyfikujący błąd.
- name
- String
Nazwa serwera, który spowodował błąd.
Dotyczy
ActiveDirectoryServerDownException(String, Exception, Int32, String)
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
- Źródło:
- Exception.cs
Inicjuje nowe wystąpienie ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie, obiektem wyjątku bazowego, określonym kodem błędu i określoną nazwą serwera.
public:
ActiveDirectoryServerDownException(System::String ^ message, Exception ^ inner, int errorCode, System::String ^ name);
public ActiveDirectoryServerDownException (string message, Exception inner, int errorCode, string name);
public ActiveDirectoryServerDownException (string? message, Exception? inner, int errorCode, string? name);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException : string * Exception * int * string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
Public Sub New (message As String, inner As Exception, errorCode As Integer, name As String)
Parametry
- message
- String
Komunikat, który opisuje błąd.
- errorCode
- Int32
Kod błędu identyfikujący błąd.
- name
- String
Nazwa serwera, który spowodował błąd.