ActiveDirectoryObjectNotFoundException Konstruktorer

Definition

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen.

Överlagringar

Name Description
ActiveDirectoryObjectNotFoundException()

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen.

ActiveDirectoryObjectNotFoundException(String)

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med ett angivet felmeddelande.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)
Föråldrad.

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med den angivna serialiseringsinformationen och strömningskontexten.

ActiveDirectoryObjectNotFoundException(String, Exception)

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med ett angivet felmeddelande och ett underliggande undantagsobjekt.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med ett angivet felmeddelande och information om det begärda objektet.

ActiveDirectoryObjectNotFoundException()

Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen.

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

Se även

Gäller för

ActiveDirectoryObjectNotFoundException(String)

Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med ett angivet felmeddelande.

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)

Parametrar

message
String

Ett meddelande som beskriver felet.

Se även

Gäller för

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs

Varning

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

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med den angivna serialiseringsinformationen och strömningskontexten.

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);
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}")>]
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
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)

Parametrar

info
SerializationInfo

Objektet SerializationInfo för undantaget.

context
StreamingContext

För StreamingContext undantaget.

Attribut

Se även

Gäller för

ActiveDirectoryObjectNotFoundException(String, Exception)

Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med ett angivet felmeddelande och ett underliggande undantagsobjekt.

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)

Parametrar

message
String

Ett meddelande som beskriver felet.

inner
Exception

Ett Exception objekt som innehåller underliggande undantagsinformation.

Se även

Gäller för

ActiveDirectoryObjectNotFoundException(String, Type, String)

Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs
Källa:
Exception.cs

Initierar en ny instans av ActiveDirectoryObjectNotFoundException klassen med ett angivet felmeddelande och information om det begärda objektet.

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)

Parametrar

message
String

Ett meddelande som beskriver felet.

type
Type

Ett Type objekt som beskriver typen av det begärda objektet.

name
String

En String som innehåller namnet på det begärda objektet.

Se även

Gäller för