ReentrancyModeDisallowedException 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
ReentrancyModeDisallowedException() |
Initialise une nouvelle instance de la classe ReentrancyModeDisallowedException. |
ReentrancyModeDisallowedException(String) |
Initialise une nouvelle instance de la classe ReentrancyModeDisallowedException avec un message d'erreur spécifié. |
ReentrancyModeDisallowedException(String, Exception) |
Initialise une nouvelle instance de la classe ReentrancyModeDisallowedException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception. |
ReentrancyModeDisallowedException()
Initialise une nouvelle instance de la classe ReentrancyModeDisallowedException.
public ReentrancyModeDisallowedException ();
Public Sub New ()
S’applique à
ReentrancyModeDisallowedException(String)
Initialise une nouvelle instance de la classe ReentrancyModeDisallowedException avec un message d'erreur spécifié.
public ReentrancyModeDisallowedException (string message);
new Microsoft.ServiceFabric.Actors.ReentrancyModeDisallowedException : string -> Microsoft.ServiceFabric.Actors.ReentrancyModeDisallowedException
Public Sub New (message As String)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
S’applique à
ReentrancyModeDisallowedException(String, Exception)
Initialise une nouvelle instance de la classe ReentrancyModeDisallowedException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.
public ReentrancyModeDisallowedException (string message, Exception inner);
new Microsoft.ServiceFabric.Actors.ReentrancyModeDisallowedException : string * Exception -> Microsoft.ServiceFabric.Actors.ReentrancyModeDisallowedException
Public Sub New (message As String, inner As Exception)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
- inner
- Exception
Exception qui est la cause de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.
S’applique à
Azure SDK for .NET