ActiveDirectoryObjectNotFoundException Constructores

Definición

Inicializa una nueva instancia de la clase ActiveDirectoryObjectNotFoundException.

Sobrecargas

Nombre Description
ActiveDirectoryObjectNotFoundException()

Inicializa una nueva instancia de la clase ActiveDirectoryObjectNotFoundException.

ActiveDirectoryObjectNotFoundException(String)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase con un mensaje de error especificado.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase utilizando la información de serialización y el contexto de streaming especificados.

ActiveDirectoryObjectNotFoundException(String, Exception)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase con un mensaje de error especificado y un objeto de excepción subyacente.

ActiveDirectoryObjectNotFoundException(String, Type, String)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase con un mensaje de error especificado e información sobre el objeto solicitado.

ActiveDirectoryObjectNotFoundException()

Inicializa una nueva instancia de la clase ActiveDirectoryObjectNotFoundException.

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

Consulte también

Se aplica a

ActiveDirectoryObjectNotFoundException(String)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase con un mensaje de error especificado.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message);
public ActiveDirectoryObjectNotFoundException(string message);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String)

Parámetros

message
String

Mensaje que describe el error.

Consulte también

Se aplica a

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase utilizando la información de serialización y el contexto de streaming especificados.

protected:
 ActiveDirectoryObjectNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
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
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parámetros

info
SerializationInfo

Objeto SerializationInfo de la excepción.

context
StreamingContext

StreamingContext para la excepción.

Consulte también

Se aplica a

ActiveDirectoryObjectNotFoundException(String, Exception)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase con un mensaje de error especificado y un objeto de excepción subyacente.

public:
 ActiveDirectoryObjectNotFoundException(System::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)

Parámetros

message
String

Mensaje que describe el error.

inner
Exception

Objeto Exception que contiene información de excepción subyacente.

Consulte también

Se aplica a

ActiveDirectoryObjectNotFoundException(String, Type, String)

Inicializa una nueva instancia de la ActiveDirectoryObjectNotFoundException clase con un mensaje de error especificado e información sobre el objeto solicitado.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message, Type ^ type, System::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)

Parámetros

message
String

Mensaje que describe el error.

type
Type

Objeto Type que describe el tipo del objeto solicitado.

name
String

que String contiene el nombre del objeto solicitado.

Consulte también

Se aplica a