InstancePersistenceException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza un'istanza della classe InstancePersistenceException.
Overload
InstancePersistenceException() |
Inizializza un'istanza della classe InstancePersistenceException. |
InstancePersistenceException(String) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando il messaggio di errore. |
InstancePersistenceException(XName) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando. |
InstancePersistenceException(SerializationInfo, StreamingContext) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando le informazioni serializzate e le informazioni sul contesto. |
InstancePersistenceException(String, Exception) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando il messaggio di errore e le informazioni sull'eccezione interna. |
InstancePersistenceException(XName, Exception) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando e le informazioni sull'eccezione interna. |
InstancePersistenceException(XName, String) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando e il messaggio di errore. |
InstancePersistenceException(XName, String, Exception) |
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando, il messaggio di errore e le informazioni sull'eccezione interna. |
InstancePersistenceException()
Inizializza un'istanza della classe InstancePersistenceException.
public:
InstancePersistenceException();
public InstancePersistenceException ();
Public Sub New ()
Si applica a
InstancePersistenceException(String)
Inizializza un'istanza della classe InstancePersistenceException utilizzando il messaggio di errore.
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)
Parametri
- message
- String
Messaggio di errore in cui viene descritta l'eccezione corrente.
Si applica a
InstancePersistenceException(XName)
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando.
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)
Parametri
- commandName
- XName
XName (combinazione di spazio dei nomi e nome) del comando.
Si applica a
InstancePersistenceException(SerializationInfo, StreamingContext)
Inizializza un'istanza della classe InstancePersistenceException utilizzando le informazioni serializzate e le informazioni sul contesto.
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)
Parametri
- info
- SerializationInfo
Informazioni sull'eccezione corrente.
- context
- StreamingContext
Informazioni contestuali sull'origine o sulla destinazione.
- Attributi
Si applica a
InstancePersistenceException(String, Exception)
Inizializza un'istanza della classe InstancePersistenceException utilizzando il messaggio di errore e le informazioni sull'eccezione interna.
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)
Parametri
- message
- String
Motivo dell'eccezione corrente.
- innerException
- Exception
Eccezione che causa l'eccezione corrente.
Si applica a
InstancePersistenceException(XName, Exception)
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando e le informazioni sull'eccezione interna.
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)
Parametri
- commandName
- XName
XName (combinazione di spazio dei nomi e nome) del comando.
- innerException
- Exception
Eccezione che ha causato l'eccezione corrente.
Si applica a
InstancePersistenceException(XName, String)
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando e il messaggio di errore.
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)
Parametri
- commandName
- XName
XName (combinazione di spazio dei nomi e nome) del comando.
- message
- String
Messaggio di errore in cui viene descritta l'eccezione.
Si applica a
InstancePersistenceException(XName, String, Exception)
Inizializza un'istanza della classe InstancePersistenceException utilizzando il nome del comando, il messaggio di errore e le informazioni sull'eccezione interna.
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)
Parametri
- commandName
- XName
XName (combinazione di spazio dei nomi e nome) del comando.
- message
- String
Messaggio di errore in cui viene descritta l'eccezione.
- innerException
- Exception
Eccezione che ha causato l'eccezione corrente.