ActiveDirectoryServerDownException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ActiveDirectoryServerDownException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| ActiveDirectoryServerDownException() |
ActiveDirectoryServerDownException sınıfının yeni bir örneğini başlatır. |
| ActiveDirectoryServerDownException(String) |
Belirtilen bir hata iletisiyle sınıfının yeni bir örneğini ActiveDirectoryServerDownException başlatır. |
| ActiveDirectoryServerDownException(SerializationInfo, StreamingContext) |
Geçersiz.
Belirtilen serileştirme bilgilerini ve akış bağlamını kullanarak ActiveDirectoryServerDownException sınıfının yeni bir örneğini başlatır. |
| ActiveDirectoryServerDownException(String, Exception) |
Sınıfın ActiveDirectoryServerDownException yeni bir örneğini belirtilen bir hata iletisi ve temel alınan özel durum nesnesiyle başlatır. |
| ActiveDirectoryServerDownException(String, Int32, String) |
Sınıfın ActiveDirectoryServerDownException yeni bir örneğini belirtilen bir hata iletisi, belirtilen hata kodu ve belirtilen sunucu adıyla başlatır. |
| ActiveDirectoryServerDownException(String, Exception, Int32, String) |
Sınıfın ActiveDirectoryServerDownException yeni bir örneğini belirtilen bir hata iletisi, temel alınan özel durum nesnesi, belirtilen hata kodu ve belirtilen sunucu adı ile başlatır. |
ActiveDirectoryServerDownException()
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
ActiveDirectoryServerDownException sınıfının yeni bir örneğini başlatır.
public:
ActiveDirectoryServerDownException();
public ActiveDirectoryServerDownException();
Public Sub New ()
Şunlara uygulanır
ActiveDirectoryServerDownException(String)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Belirtilen bir hata iletisiyle sınıfının yeni bir örneğini ActiveDirectoryServerDownException başlatır.
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)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.
Şunlara uygulanır
ActiveDirectoryServerDownException(SerializationInfo, StreamingContext)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Belirtilen serileştirme bilgilerini ve akış bağlamını kullanarak ActiveDirectoryServerDownException sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- info
- SerializationInfo
Özel SerializationInfo durum nesnesi.
- context
- StreamingContext
StreamingContext Özel durum için.
- Öznitelikler
Ayrıca bkz.
Şunlara uygulanır
ActiveDirectoryServerDownException(String, Exception)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Sınıfın ActiveDirectoryServerDownException yeni bir örneğini belirtilen bir hata iletisi ve temel alınan özel durum nesnesiyle başlatır.
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)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.
Şunlara uygulanır
ActiveDirectoryServerDownException(String, Int32, String)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Sınıfın ActiveDirectoryServerDownException yeni bir örneğini belirtilen bir hata iletisi, belirtilen hata kodu ve belirtilen sunucu adıyla başlatır.
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)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.
- errorCode
- Int32
Hatayı tanımlayan bir hata kodu.
- name
- String
Hataya neden olan sunucunun adı.
Şunlara uygulanır
ActiveDirectoryServerDownException(String, Exception, Int32, String)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Sınıfın ActiveDirectoryServerDownException yeni bir örneğini belirtilen bir hata iletisi, temel alınan özel durum nesnesi, belirtilen hata kodu ve belirtilen sunucu adı ile başlatır.
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)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.
- errorCode
- Int32
Hatayı tanımlayan bir hata kodu.
- name
- String
Hataya neden olan sunucunun adı.