Bagikan melalui


ActiveDirectoryObjectNotFoundException Konstruktor

Definisi

Menginisialisasi instans baru kelas ActiveDirectoryObjectNotFoundException.

Overload

ActiveDirectoryObjectNotFoundException()

Menginisialisasi instans baru kelas ActiveDirectoryObjectNotFoundException.

ActiveDirectoryObjectNotFoundException(String)

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas dengan pesan kesalahan tertentu.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Kedaluwarsa.

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas, menggunakan informasi serialisasi dan konteks streaming yang ditentukan.

ActiveDirectoryObjectNotFoundException(String, Exception)

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas dengan pesan kesalahan tertentu dan objek pengecualian yang mendasar.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas dengan pesan kesalahan dan informasi tertentu tentang objek yang diminta.

ActiveDirectoryObjectNotFoundException()

Sumber:
Exception.cs
Sumber:
Exception.cs
Sumber:
Exception.cs

Menginisialisasi instans baru kelas ActiveDirectoryObjectNotFoundException.

public:
 ActiveDirectoryObjectNotFoundException();
public ActiveDirectoryObjectNotFoundException ();
Public Sub New ()

Lihat juga

Berlaku untuk

ActiveDirectoryObjectNotFoundException(String)

Sumber:
Exception.cs
Sumber:
Exception.cs
Sumber:
Exception.cs

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas dengan pesan kesalahan tertentu.

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)

Parameter

message
String

Pesan yang menjelaskan kesalahan.

Lihat juga

Berlaku untuk

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Sumber:
Exception.cs
Sumber:
Exception.cs
Sumber:
Exception.cs

Perhatian

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas, menggunakan informasi serialisasi dan konteks streaming yang ditentukan.

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)

Parameter

info
SerializationInfo

Objek SerializationInfo untuk pengecualian.

context
StreamingContext

StreamingContext untuk pengecualian.

Atribut

Lihat juga

Berlaku untuk

ActiveDirectoryObjectNotFoundException(String, Exception)

Sumber:
Exception.cs
Sumber:
Exception.cs
Sumber:
Exception.cs

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas dengan pesan kesalahan tertentu dan objek pengecualian yang mendasar.

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)

Parameter

message
String

Pesan yang menjelaskan kesalahan.

inner
Exception

Objek Exception yang berisi informasi pengecualian yang mendasar.

Lihat juga

Berlaku untuk

ActiveDirectoryObjectNotFoundException(String, Type, String)

Sumber:
Exception.cs
Sumber:
Exception.cs
Sumber:
Exception.cs

Menginisialisasi instans ActiveDirectoryObjectNotFoundException baru kelas dengan pesan kesalahan dan informasi tertentu tentang objek yang diminta.

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)

Parameter

message
String

Pesan yang menjelaskan kesalahan.

type
Type

Objek Type yang menjelaskan jenis objek yang diminta.

name
String

String yang berisi nama objek yang diminta.

Lihat juga

Berlaku untuk