Partager via


InconsistentStateException Constructeurs

Définition

Surcharges

InconsistentStateException()

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException(SerializationInfo, StreamingContext)
Obsolète.

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException(String)

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException(String, String, Exception)

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException(String, String, String)

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException(String, Exception)

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException(String, String, String, Exception)

Initialise une nouvelle instance de la classe InconsistentStateException.

InconsistentStateException()

Source:
IGrainStorage.cs

Initialise une nouvelle instance de la classe InconsistentStateException.

public InconsistentStateException ();
Public Sub New ()

S’applique à

InconsistentStateException(SerializationInfo, StreamingContext)

Source:
IGrainStorage.cs

Attention

Cette API est à présent déconseillée.

Initialise une nouvelle instance de la 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)

Paramètres

info
SerializationInfo

Informations de sérialisation.

context
StreamingContext

Contexte.

Attributs

S’applique à

InconsistentStateException(String)

Source:
IGrainStorage.cs

Initialise une nouvelle instance de la 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)

Paramètres

msgmessage
String

S’applique à

InconsistentStateException(String, String, Exception)

Source:
IGrainStorage.cs

Initialise une nouvelle instance de la 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)

Paramètres

storedEtag
String

ETag stocké.

currentEtag
String

ETag actuel.

storageException
Exception

Exception de stockage.

S’applique à

InconsistentStateException(String, String, String)

Source:
IGrainStorage.cs

Initialise une nouvelle instance de la 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)

Paramètres

errorMsg
String

Message d’erreur.

storedEtag
String

ETag stocké.

currentEtag
String

ETag actuel.

S’applique à

InconsistentStateException(String, Exception)

Source:
IGrainStorage.cs

Initialise une nouvelle instance de la 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)

Paramètres

msgmessage
String
excinnerException
Exception

S’applique à

InconsistentStateException(String, String, String, Exception)

Source:
IGrainStorage.cs

Initialise une nouvelle instance de la 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)

Paramètres

errorMsg
String

Message d’erreur.

storedEtag
String

ETag stocké.

currentEtag
String

ETag actuel.

storageException
Exception

Exception interne.

S’applique à