ElementNotEnabledException Constructores

Definición

Inicializa una nueva instancia de la clase ElementNotEnabledException.

Sobrecargas

ElementNotEnabledException()

Inicializa una nueva instancia de la clase ElementNotEnabledException.

ElementNotEnabledException(String)

Inicializa una nueva instancia de la clase ElementNotEnabledException con el mensaje de error especificado.

ElementNotEnabledException(SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la clase ElementNotEnabledException con información de serialización.

ElementNotEnabledException(String, Exception)

Inicializa una nueva instancia de la clase ElementNotEnabledException con el mensaje de error especificado y una referencia a la excepción interna que causó esta excepción.

ElementNotEnabledException()

Inicializa una nueva instancia de la clase ElementNotEnabledException.

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

Se aplica a

ElementNotEnabledException(String)

Inicializa una nueva instancia de la clase ElementNotEnabledException con el mensaje de error especificado.

public:
 ElementNotEnabledException(System::String ^ message);
public ElementNotEnabledException (string message);
new System.Windows.Automation.ElementNotEnabledException : string -> System.Windows.Automation.ElementNotEnabledException
Public Sub New (message As String)

Parámetros

message
String

Descripción del error.

Se aplica a

ElementNotEnabledException(SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la clase ElementNotEnabledException con información de serialización.

protected:
 ElementNotEnabledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ElementNotEnabledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.ElementNotEnabledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.ElementNotEnabledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parámetros

info
SerializationInfo

Datos necesarios para serializar o deserializar el objeto.

context
StreamingContext

Origen y destino de la secuencia serializada.

Se aplica a

ElementNotEnabledException(String, Exception)

Inicializa una nueva instancia de la clase ElementNotEnabledException con el mensaje de error especificado y una referencia a la excepción interna que causó esta excepción.

public:
 ElementNotEnabledException(System::String ^ message, Exception ^ innerException);
public ElementNotEnabledException (string message, Exception innerException);
new System.Windows.Automation.ElementNotEnabledException : string * Exception -> System.Windows.Automation.ElementNotEnabledException
Public Sub New (message As String, innerException As Exception)

Parámetros

message
String

Descripción del error.

innerException
Exception

Excepción que produjo esta excepción.

Se aplica a