Język

ActiveDirectoryServerDownException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActiveDirectoryServerDownException.

Przeciążenia

Nazwa Opis
ActiveDirectoryServerDownException()

Inicjuje nowe wystąpienie klasy ActiveDirectoryServerDownException.

ActiveDirectoryServerDownException(String)

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

ActiveDirectoryServerDownException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje nowe wystąpienie ActiveDirectoryServerDownException 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 bazowym 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, bazowym obiektem wyjątku, 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
Ź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 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
Ź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 ActiveDirectoryServerDownException 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 opisujący błąd.

Dotyczy

ActiveDirectoryServerDownException(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 ActiveDirectoryServerDownException 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);
[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);
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}")>]
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException
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
Ź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 ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie i bazowym 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 opisujący błąd.

inner
Exception

Exception Obiekt zawierający podstawowe informacje o wyjątku.

Dotyczy

ActiveDirectoryServerDownException(String, Int32, 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 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 opisujący 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
Ź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 ActiveDirectoryServerDownException klasy z określonym komunikatem o błędzie, bazowym obiektem wyjątku, 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 opisujący błąd.

inner
Exception

Exception Obiekt zawierający podstawowe informacje o wyjątku.

errorCode
Int32

Kod błędu identyfikujący błąd.

name
String

Nazwa serwera, który spowodował błąd.

Dotyczy