InstanceKeyNotReadyException Constructores

Definición

Inicializa una instancia de la InstanceKeyNotReadyException clase .

Sobrecargas

Nombre Description
InstanceKeyNotReadyException()

Inicializa una instancia de la InstanceKeyNotReadyException clase .

InstanceKeyNotReadyException(String)

Inicializa una instancia de la InstanceKeyNotReadyException clase mediante el mensaje de error.

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

Inicializa una instancia de la InstanceKeyNotReadyException clase con los datos serializados.

InstanceKeyNotReadyException(String, Exception)

Inicializa una instancia de la InstanceKeyNotReadyException clase mediante el mensaje de error y la información de excepción interna.

InstanceKeyNotReadyException(XName, InstanceKey)

Inicializa una instancia de la InstanceKeyNotReadyException clase utilizando el nombre del comando y la información de la clave de instancia.

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

Inicializa una instancia de la InstanceKeyNotReadyException clase con el nombre del comando, la información de clave de instancia y la excepción interna (la excepción que provocó la excepción actual) que se pasó como parámetros.

InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)

Inicializa una instancia de la InstanceKeyNotReadyException clase mediante el nombre del comando, el identificador de la instancia en la que se ejecutó el comando, la información de clave de instancia, el mensaje de error que explica el motivo de la excepción y la excepción interna (la excepción que provocó la excepción actual).

InstanceKeyNotReadyException()

Inicializa una instancia de la InstanceKeyNotReadyException clase .

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

Se aplica a

InstanceKeyNotReadyException(String)

Inicializa una instancia de la InstanceKeyNotReadyException clase mediante el mensaje de error.

public:
 InstanceKeyNotReadyException(System::String ^ message);
public InstanceKeyNotReadyException(string message);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : string -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (message As String)

Parámetros

message
String

Motivo de la excepción.

Se aplica a

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

Inicializa una instancia de la InstanceKeyNotReadyException clase con los datos serializados.

protected:
 InstanceKeyNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceKeyNotReadyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parámetros

info
SerializationInfo

Información sobre la excepción actual.

context
StreamingContext

Información contextual sobre el origen o el destino.

Atributos

Se aplica a

InstanceKeyNotReadyException(String, Exception)

Inicializa una instancia de la InstanceKeyNotReadyException clase mediante el mensaje de error y la información de excepción interna.

public:
 InstanceKeyNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException(string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (message As String, innerException As Exception)

Parámetros

message
String

Motivo de la excepción.

innerException
Exception

Excepción que provocó la excepción actual.

Se aplica a

InstanceKeyNotReadyException(XName, InstanceKey)

Inicializa una instancia de la InstanceKeyNotReadyException clase utilizando el nombre del comando y la información de la clave de instancia.

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceKey As InstanceKey)

Parámetros

commandName
XName

XName (la combinación de espacio de nombres y nombre) del comando.

instanceKey
InstanceKey

Información sobre la clave de instancia.

Se aplica a

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

Inicializa una instancia de la InstanceKeyNotReadyException clase con el nombre del comando, la información de clave de instancia y la excepción interna (la excepción que provocó la excepción actual) que se pasó como parámetros.

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceKey As InstanceKey, innerException As Exception)

Parámetros

commandName
XName

XName (la combinación de espacio de nombres y nombre) del comando.

instanceKey
InstanceKey

Información sobre la clave de instancia.

innerException
Exception

Excepción que provocó la excepción actual.

Se aplica a

InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)

Inicializa una instancia de la InstanceKeyNotReadyException clase mediante el nombre del comando, el identificador de la instancia en la que se ejecutó el comando, la información de clave de instancia, el mensaje de error que explica el motivo de la excepción y la excepción interna (la excepción que provocó la excepción actual).

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, instanceKey As InstanceKey, message As String, innerException As Exception)

Parámetros

commandName
XName

XName (la combinación de espacio de nombres y nombre) del comando.

instanceId
Guid

Identificador de la instancia en la que se ejecutó el comando.

instanceKey
InstanceKey

Información sobre la clave de instancia.

message
String

Motivo de la excepción.

innerException
Exception

Excepción que provocó la excepción actual.

Se aplica a