ServicedComponentException Constructeurs

Définition

Initialise une nouvelle instance de la classe ServicedComponentException.

Surcharges

Nom Description
ServicedComponentException()

Initialise une nouvelle instance de la classe ServicedComponentException.

ServicedComponentException(String)

Initialise une nouvelle instance de la ServicedComponentException classe 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 ServicedComponentException classe 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 lorsque 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 lorsque l’exception est levée.

innerException
Exception

Le InnerExceptioncas échéant, qui a levé l’exception actuelle.

S’applique à