ServicedComponentException 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.
Initialise une nouvelle instance de la classe ServicedComponentException.
Surcharges
ServicedComponentException() |
Initialise une nouvelle instance de la classe ServicedComponentException. |
ServicedComponentException(String) |
Initialise une nouvelle instance de la classe ServicedComponentException avec un message d'erreur spécifié. |
ServicedComponentException(String, Exception) |
Initialise une nouvelle instance de la classe ServicedComponentException. |
ServicedComponentException()
Initialise une nouvelle instance de la classe ServicedComponentException.
public:
ServicedComponentException();
public ServicedComponentException ();
Public Sub New ()
S’applique à
ServicedComponentException(String)
Initialise une nouvelle instance de la classe ServicedComponentException avec un message d'erreur spécifié.
public:
ServicedComponentException(System::String ^ message);
public ServicedComponentException (string message);
new System.EnterpriseServices.ServicedComponentException : string -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String)
Paramètres
- message
- String
Message affiché au client quand l’exception est levée.
S’applique à
ServicedComponentException(String, Exception)
Initialise une nouvelle instance de la classe ServicedComponentException.
public:
ServicedComponentException(System::String ^ message, Exception ^ innerException);
public ServicedComponentException (string message, Exception innerException);
new System.EnterpriseServices.ServicedComponentException : string * Exception -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message affiché au client quand l’exception est levée.
- innerException
- Exception
InnerException, s’il en existe une, qui a levé l’exception actuelle.