InstancePersistenceException Construtores

Definição

Inicializa uma instância da classe InstancePersistenceException.Initializes an instance of the InstancePersistenceException class.

Sobrecargas

InstancePersistenceException()

Inicializa uma instância da classe InstancePersistenceException.Initializes an instance of the InstancePersistenceException class.

InstancePersistenceException(String)

Inicializa uma instância da classe InstancePersistenceException usando a mensagem de erro.Initializes an instance of the InstancePersistenceException class using the error message.

InstancePersistenceException(XName)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando.Initializes an instance of the InstancePersistenceException class using the name of the command.

InstancePersistenceException(SerializationInfo, StreamingContext)

Inicializa uma instância da classe InstancePersistenceException usando as informações serializadas e as informações de contexto.Initializes an instance of the InstancePersistenceException class using the serialized information and the context information.

InstancePersistenceException(String, Exception)

Inicializa uma instância da classe InstancePersistenceException usando a mensagem de erro e as informações de exceção interna.Initializes an instance of the InstancePersistenceException class using the error message and inner exception information.

InstancePersistenceException(XName, Exception)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando e as informações de exceção interna.Initializes an instance of the InstancePersistenceException class by using the name of the command and the inner exception information.

InstancePersistenceException(XName, String)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando e a mensagem de erro.Initializes an instance of the InstancePersistenceException class using the name of the command and the error message.

InstancePersistenceException(XName, String, Exception)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando, a mensagem de erro e as informações de exceção interna.Initializes an instance of the InstancePersistenceException class using the name of the command, error message, and inner exception information.

InstancePersistenceException()

Inicializa uma instância da classe InstancePersistenceException.Initializes an instance of the InstancePersistenceException class.

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

Aplica-se a

InstancePersistenceException(String)

Inicializa uma instância da classe InstancePersistenceException usando a mensagem de erro.Initializes an instance of the InstancePersistenceException class using the error message.

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

Parâmetros

message
String

Mensagem de erro que descreve a exceção atual.Error message that describes the current exception.

Aplica-se a

InstancePersistenceException(XName)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando.Initializes an instance of the InstancePersistenceException class using the name of the command.

public:
 InstancePersistenceException(System::Xml::Linq::XName ^ commandName);
public InstancePersistenceException (System.Xml.Linq.XName commandName);
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (commandName As XName)

Parâmetros

commandName
XName

O XName (a combinação de namespace e nome) do comando.The XName (the combination of namespace and name) of the command.

Aplica-se a

InstancePersistenceException(SerializationInfo, StreamingContext)

Inicializa uma instância da classe InstancePersistenceException usando as informações serializadas e as informações de contexto.Initializes an instance of the InstancePersistenceException class using the serialized information and the context information.

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

Parâmetros

info
SerializationInfo

As informações sobre a exceção atual.The information about the current exception.

context
StreamingContext

As informações contextuais sobre a origem ou o destino.The contextual information about the source or destination.

Atributos

Aplica-se a

InstancePersistenceException(String, Exception)

Inicializa uma instância da classe InstancePersistenceException usando a mensagem de erro e as informações de exceção interna.Initializes an instance of the InstancePersistenceException class using the error message and inner exception information.

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

Parâmetros

message
String

A razão para a exceção atual.The reason for the current exception.

innerException
Exception

A exceção que provoca a exceção atual.The exception that causes the current exception.

Aplica-se a

InstancePersistenceException(XName, Exception)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando e as informações de exceção interna.Initializes an instance of the InstancePersistenceException class by using the name of the command and the inner exception information.

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

Parâmetros

commandName
XName

O XName (a combinação de namespace e nome) do comando.The XName (the combination of namespace and name) of the command.

innerException
Exception

A exceção que causou a exceção atual.The exception that caused the current exception.

Aplica-se a

InstancePersistenceException(XName, String)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando e a mensagem de erro.Initializes an instance of the InstancePersistenceException class using the name of the command and the error message.

public:
 InstancePersistenceException(System::Xml::Linq::XName ^ commandName, System::String ^ message);
public InstancePersistenceException (System.Xml.Linq.XName commandName, string message);
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Xml.Linq.XName * string -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (commandName As XName, message As String)

Parâmetros

commandName
XName

O XName (a combinação de namespace e nome) do comando.The XName (the combination of namespace and name) of the command.

message
String

A mensagem que descreve a exceção.The error message that describes the exception.

Aplica-se a

InstancePersistenceException(XName, String, Exception)

Inicializa uma instância da classe InstancePersistenceException usando o nome do comando, a mensagem de erro e as informações de exceção interna.Initializes an instance of the InstancePersistenceException class using the name of the command, error message, and inner exception information.

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

Parâmetros

commandName
XName

O XName (a combinação de namespace e nome) do comando.The XName (the combination of namespace and name) of the command.

message
String

A mensagem que descreve a exceção.The error message that describes the exception.

innerException
Exception

A exceção que causou a exceção atual.The exception that caused the current exception.

Aplica-se a