Baca dalam bahasa Inggris

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 ();

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 (string message);
public ActiveDirectoryObjectNotFoundException (string? message);

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);
[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);

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 (string message, Exception inner);
public ActiveDirectoryObjectNotFoundException (string? message, Exception? inner);

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 (string message, Type type, string name);
public ActiveDirectoryObjectNotFoundException (string? message, Type? type, string? name);

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