ActiveDirectoryObjectNotFoundException 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.
ActiveDirectoryObjectNotFoundException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
ActiveDirectoryObjectNotFoundException() |
ActiveDirectoryObjectNotFoundException sınıfının yeni bir örneğini başlatır. |
ActiveDirectoryObjectNotFoundException(String) |
Belirtilen hata iletisiyle sınıfının yeni bir örneğini ActiveDirectoryObjectNotFoundException başlatır. |
ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext) |
Geçersiz.
Belirtilen serileştirme bilgilerini ve akış bağlamını ActiveDirectoryObjectNotFoundException kullanarak sınıfının yeni bir örneğini başlatır. |
ActiveDirectoryObjectNotFoundException(String, Exception) |
Belirtilen bir hata iletisi ve temel alınan özel durum nesnesiyle sınıfının yeni bir örneğini ActiveDirectoryObjectNotFoundException başlatır. |
ActiveDirectoryObjectNotFoundException(String, Type, String) |
Belirtilen hata iletisi ve istenen nesne hakkındaki bilgilerle sınıfın yeni bir örneğini ActiveDirectoryObjectNotFoundException başlatır. |
ActiveDirectoryObjectNotFoundException()
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
ActiveDirectoryObjectNotFoundException sınıfının yeni bir örneğini başlatır.
public:
ActiveDirectoryObjectNotFoundException();
public ActiveDirectoryObjectNotFoundException ();
Public Sub New ()
Ayrıca bkz.
Şunlara uygulanır
ActiveDirectoryObjectNotFoundException(String)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Belirtilen hata iletisiyle sınıfının yeni bir örneğini ActiveDirectoryObjectNotFoundException başlatır.
public:
ActiveDirectoryObjectNotFoundException(System::String ^ message);
public ActiveDirectoryObjectNotFoundException (string message);
public ActiveDirectoryObjectNotFoundException (string? message);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.
Ayrıca bkz.
Şunlara uygulanır
ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
- 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ı ActiveDirectoryObjectNotFoundException kullanarak sınıfının yeni bir örneğini başlatır.
protected:
ActiveDirectoryObjectNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ActiveDirectoryObjectNotFoundException (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 ActiveDirectoryObjectNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
[<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.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
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
ActiveDirectoryObjectNotFoundException(String, Exception)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Belirtilen bir hata iletisi ve temel alınan özel durum nesnesiyle sınıfının yeni bir örneğini ActiveDirectoryObjectNotFoundException başlatır.
public:
ActiveDirectoryObjectNotFoundException(System::String ^ message, Exception ^ inner);
public ActiveDirectoryObjectNotFoundException (string message, Exception inner);
public ActiveDirectoryObjectNotFoundException (string? message, Exception? inner);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string * Exception -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String, inner As Exception)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.
Ayrıca bkz.
Şunlara uygulanır
ActiveDirectoryObjectNotFoundException(String, Type, String)
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
- Kaynak:
- Exception.cs
Belirtilen hata iletisi ve istenen nesne hakkındaki bilgilerle sınıfın yeni bir örneğini ActiveDirectoryObjectNotFoundException başlatır.
public:
ActiveDirectoryObjectNotFoundException(System::String ^ message, Type ^ type, System::String ^ name);
public ActiveDirectoryObjectNotFoundException (string message, Type type, string name);
public ActiveDirectoryObjectNotFoundException (string? message, Type? type, string? name);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string * Type * string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String, type As Type, name As String)
Parametreler
- message
- String
Hatayı açıklayan bir ileti.