ActiveDirectoryServerDownException Sınıf
Tanım
ActiveDirectoryServerDownExceptionSınıf özel durumu, bir sunucu bir hizmet isteğine yanıt veremezse oluşturulur.The ActiveDirectoryServerDownException class exception is thrown when a server is unavailable to respond to a service request.
public ref class ActiveDirectoryServerDownException : Exception
public class ActiveDirectoryServerDownException : Exception
[System.Serializable]
public class ActiveDirectoryServerDownException : Exception
type ActiveDirectoryServerDownException = class
inherit Exception
interface ISerializable
[<System.Serializable>]
type ActiveDirectoryServerDownException = class
inherit Exception
interface ISerializable
Public Class ActiveDirectoryServerDownException
Inherits Exception
- Devralma
- Öznitelikler
- Uygulamalar
Oluşturucular
ActiveDirectoryServerDownException() |
ActiveDirectoryServerDownException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the ActiveDirectoryServerDownException class. |
ActiveDirectoryServerDownException(SerializationInfo, StreamingContext) |
ActiveDirectoryServerDownExceptionBelirtilen serileştirme bilgilerini ve akış bağlamını kullanarak sınıfının yeni bir örneğini başlatır.Initializes a new instance of the ActiveDirectoryServerDownException class, using the specified serialization information and streaming context. |
ActiveDirectoryServerDownException(String) |
Belirtilen bir hata iletisiyle sınıfın yeni bir örneğini başlatır ActiveDirectoryServerDownException .Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message. |
ActiveDirectoryServerDownException(String, Exception) |
ActiveDirectoryServerDownExceptionBelirtilen bir hata iletisi ve temel alınan bir özel durum nesnesi ile sınıfın yeni bir örneğini başlatır.Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message and an underlying exception object. |
ActiveDirectoryServerDownException(String, Exception, Int32, String) |
ActiveDirectoryServerDownExceptionBelirtilen bir hata iletisiyle sınıfın yeni bir örneğini, temeldeki özel durum nesnesini, belirtilen bir hata kodunu ve belirtilen sunucu adını başlatır.Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message, an underlying exception object, a specified error code, and a specified server name. |
ActiveDirectoryServerDownException(String, Int32, String) |
Belirtilen bir ActiveDirectoryServerDownException hata iletisiyle sınıfın yeni bir örneğini, belirtilen bir hata kodunu ve belirtilen sunucu adını başlatır.Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message, a specified error code, and a specified server name. |
Özellikler
Data |
Özel durum hakkında ek kullanıcı tanımlı bilgiler sağlayan anahtar/değer çiftleri koleksiyonunu alır.Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Devralındığı yer: Exception) |
ErrorCode |
Nesne için hata kodunu alır ActiveDirectoryServerDownException .Gets the error code for the ActiveDirectoryServerDownException object. |
HelpLink |
Bu özel durumla ilişkili Yardım dosyasının bağlantısını alır veya ayarlar.Gets or sets a link to the help file associated with this exception. (Devralındığı yer: Exception) |
HResult |
Belirli bir özel duruma atanan kodlanmış bir sayısal değer olan HRESULT 'yi alır veya ayarlar.Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Devralındığı yer: Exception) |
InnerException |
ExceptionGeçerli özel duruma neden olan örneği alır.Gets the Exception instance that caused the current exception. (Devralındığı yer: Exception) |
Message |
Nesne hatasını açıklayan iletiyi alır ActiveDirectoryServerDownException .Gets the message that describes the ActiveDirectoryServerDownException object error. |
Name |
Nesneyle ilişkili sunucunun adını alır ActiveDirectoryServerDownException .Gets the name of the server that is associated with the ActiveDirectoryServerDownException object. |
Source |
Uygulamanın veya hataya neden olan nesnenin adını alır veya ayarlar.Gets or sets the name of the application or the object that causes the error. (Devralındığı yer: Exception) |
StackTrace |
Çağrı yığınında anlık çerçevelerin dize gösterimini alır.Gets a string representation of the immediate frames on the call stack. (Devralındığı yer: Exception) |
TargetSite |
Geçerli özel durumu oluşturan yöntemi alır.Gets the method that throws the current exception. (Devralındığı yer: Exception) |
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetBaseException() |
Türetilmiş bir sınıfta geçersiz kılınırsa, Exception bir veya daha fazla sonraki özel durumun kök nedeni olan öğesini döndürür.When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Devralındığı yer: Exception) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetObjectData(SerializationInfo, StreamingContext) |
SerializationInfoÖzel durumla ilgili bilgiler içeren nesneyi ayarlar.Sets the SerializationInfo object with information about the exception. |
GetType() |
Geçerli örneğin çalışma zamanı türünü alır.Gets the runtime type of the current instance. (Devralındığı yer: Exception) |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
ToString() |
Geçerli özel durumun dize gösterimini oluşturur ve döndürür.Creates and returns a string representation of the current exception. (Devralındığı yer: Exception) |
Ekinlikler
SerializeObjectState |
Özel durum hakkında serileştirilmiş veri içeren bir özel durum nesnesi oluşturmak için bir özel durum serileştirildiğinde gerçekleşir.Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Devralındığı yer: Exception) |