DirectoryServicesCOMException Clase
Definición
Contiene información de error extendida sobre un error producido al llamar al método Invoke(String, Object[]).Contains extended error information about an error that occurred when the Invoke(String, Object[]) method is called.
public ref class DirectoryServicesCOMException : System::Runtime::InteropServices::COMException
public class DirectoryServicesCOMException : System.Runtime.InteropServices.COMException
[System.Serializable]
public class DirectoryServicesCOMException : System.Runtime.InteropServices.COMException
type DirectoryServicesCOMException = class
inherit COMException
interface ISerializable
[<System.Serializable>]
type DirectoryServicesCOMException = class
inherit COMException
interface ISerializable
Public Class DirectoryServicesCOMException
Inherits COMException
- Herencia
- Herencia
- Atributos
- Implementaciones
Constructores
DirectoryServicesCOMException() |
Inicializa una nueva instancia de la clase DirectoryServicesCOMException.Initializes a new instance of the DirectoryServicesCOMException class. |
DirectoryServicesCOMException(SerializationInfo, StreamingContext) |
Inicializa una nueva instancia de la clase DirectoryServicesCOMException con la información de serialización y el contexto de transmisión de secuencias especificados.Initializes a new instance of the DirectoryServicesCOMException class with the specified serialization information and streaming context. |
DirectoryServicesCOMException(String) |
Inicializa una nueva instancia de la clase DirectoryServicesCOMException con la cadena especificada.Initializes a new instance of the DirectoryServicesCOMException class with the specified string. |
DirectoryServicesCOMException(String, Exception) |
Inicializa una nueva instancia de la clase DirectoryServicesCOMException con la cadena y la excepción especificadas.Initializes a new instance of the DirectoryServicesCOMException class with the specified string and exception. |
Propiedades
Data |
Obtiene una colección de pares clave/valor que proporciona información definida por el usuario adicional sobre la excepción.Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Heredado de Exception) |
ErrorCode |
Obtiene el elemento |
ExtendedError |
Obtiene el código de error extendido.Gets the extended error code. |
ExtendedErrorMessage |
Obtiene el mensaje de error extendido.Gets the extended error message. |
HelpLink |
Obtiene o establece un vínculo al archivo de ayuda asociado a esta excepción.Gets or sets a link to the help file associated with this exception. (Heredado de Exception) |
HResult |
Obtiene o establece HRESULT, un valor numérico codificado que se asigna a una excepción específica.Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Heredado de Exception) |
InnerException |
Obtiene la instancia Exception que produjo la excepción actual.Gets the Exception instance that caused the current exception. (Heredado de Exception) |
Message |
Obtiene un mensaje que describe la excepción actual.Gets a message that describes the current exception. (Heredado de Exception) |
Source |
Devuelve o establece el nombre de la aplicación o del objeto que generó el error.Gets or sets the name of the application or the object that causes the error. (Heredado de Exception) |
StackTrace |
Obtiene una representación de cadena de los marcos inmediatos en la pila de llamadas.Gets a string representation of the immediate frames on the call stack. (Heredado de Exception) |
TargetSite |
Obtiene el método que produjo la excepción actual.Gets the method that throws the current exception. (Heredado de Exception) |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetBaseException() |
Cuando se invalida en una clase derivada, devuelve la clase Exception que representa la causa principal de una o más excepciones posteriores.When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Heredado de Exception) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetObjectData(SerializationInfo, StreamingContext) |
Rellena un objeto SerializationInfo con los datos necesarios para serializar el objeto DirectoryServicesCOMException.Populates the SerializationInfo object with the data needed to serialize the DirectoryServicesCOMException object. |
GetType() |
Obtiene el tipo de tiempo de ejecución de la instancia actual.Gets the runtime type of the current instance. (Heredado de Exception) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Convierte el contenido de la excepción en una cadena.Converts the contents of the exception to a string. (Heredado de COMException) |
Eventos
SerializeObjectState |
Ocurre cuando una excepción se serializa para crear un objeto de estado de excepción que contenga datos serializados sobre la excepción.Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Heredado de Exception) |