InconsistentStateException 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.
Overload
InconsistentStateException() |
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException(SerializationInfo, StreamingContext) |
Obsoleti.
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException(String) |
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException(String, String, Exception) |
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException(String, String, String) |
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException(String, Exception) |
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException(String, String, String, Exception) |
Inizializza una nuova istanza della classe InconsistentStateException. |
InconsistentStateException()
- Origine:
- IGrainStorage.cs
Inizializza una nuova istanza della classe InconsistentStateException.
public InconsistentStateException ();
Public Sub New ()
Si applica a
InconsistentStateException(SerializationInfo, StreamingContext)
- Origine:
- IGrainStorage.cs
Attenzione
Questa API è ora deprecata.
Inizializza una nuova istanza della classe InconsistentStateException.
protected InconsistentStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected InconsistentStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Storage.InconsistentStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.InconsistentStateException
[<System.Obsolete>]
new Orleans.Storage.InconsistentStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.InconsistentStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametri
- info
- SerializationInfo
Informazioni di serializzazione.
- context
- StreamingContext
Contesto.
- Attributi
Si applica a
InconsistentStateException(String)
- Origine:
- IGrainStorage.cs
Inizializza una nuova istanza della classe InconsistentStateException.
public InconsistentStateException (string msg);
public InconsistentStateException (string message);
new Orleans.Storage.InconsistentStateException : string -> Orleans.Storage.InconsistentStateException
new Orleans.Storage.InconsistentStateException : string -> Orleans.Storage.InconsistentStateException
Public Sub New (msg As String)
Public Sub New (message As String)
Parametri
- msgmessage
- String
Si applica a
InconsistentStateException(String, String, Exception)
- Origine:
- IGrainStorage.cs
Inizializza una nuova istanza della classe InconsistentStateException.
public InconsistentStateException (string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.InconsistentStateException : string * string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (storedEtag As String, currentEtag As String, storageException As Exception)
Parametri
- storedEtag
- String
ETag archiviato.
- currentEtag
- String
ETag corrente.
- storageException
- Exception
Eccezione di archiviazione.
Si applica a
InconsistentStateException(String, String, String)
- Origine:
- IGrainStorage.cs
Inizializza una nuova istanza della classe InconsistentStateException.
public InconsistentStateException (string errorMsg, string storedEtag, string currentEtag);
new Orleans.Storage.InconsistentStateException : string * string * string -> Orleans.Storage.InconsistentStateException
Public Sub New (errorMsg As String, storedEtag As String, currentEtag As String)
Parametri
- errorMsg
- String
Messaggio di errore.
- storedEtag
- String
ETag archiviato.
- currentEtag
- String
ETag corrente.
Si applica a
InconsistentStateException(String, Exception)
- Origine:
- IGrainStorage.cs
Inizializza una nuova istanza della classe InconsistentStateException.
public InconsistentStateException (string msg, Exception exc);
public InconsistentStateException (string message, Exception innerException);
new Orleans.Storage.InconsistentStateException : string * Exception -> Orleans.Storage.InconsistentStateException
new Orleans.Storage.InconsistentStateException : string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (msg As String, exc As Exception)
Public Sub New (message As String, innerException As Exception)
Parametri
- msgmessage
- String
- excinnerException
- Exception
Si applica a
InconsistentStateException(String, String, String, Exception)
- Origine:
- IGrainStorage.cs
Inizializza una nuova istanza della classe InconsistentStateException.
public InconsistentStateException (string errorMsg, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.InconsistentStateException : string * string * string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (errorMsg As String, storedEtag As String, currentEtag As String, storageException As Exception)
Parametri
- errorMsg
- String
Messaggio di errore.
- storedEtag
- String
ETag archiviato.
- currentEtag
- String
ETag corrente.
- storageException
- Exception
Eccezione interna.