ProviderStateException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ProviderStateException() | |
ProviderStateException(String) | |
ProviderStateException(SerializationInfo, StreamingContext) | |
ProviderStateException(String, Exception) |
ProviderStateException()
ProviderStateException(String)
- Source:
- ProviderStateManager.cs
public ProviderStateException (string message);
new Orleans.Providers.ProviderStateException : string -> Orleans.Providers.ProviderStateException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
ProviderStateException(SerializationInfo, StreamingContext)
- Source:
- ProviderStateManager.cs
protected ProviderStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Providers.ProviderStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Providers.ProviderStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
ProviderStateException(String, Exception)
- Source:
- ProviderStateManager.cs
public ProviderStateException (string message, Exception innerException);
new Orleans.Providers.ProviderStateException : string * Exception -> Orleans.Providers.ProviderStateException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception