FaultContractInfo(String, Type) Constructeur
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 FaultContractInfo qui utilise l'action et le type de détail spécifié.
public:
FaultContractInfo(System::String ^ action, Type ^ detail);
public FaultContractInfo (string action, Type detail);
new System.ServiceModel.Dispatcher.FaultContractInfo : string * Type -> System.ServiceModel.Dispatcher.FaultContractInfo
Public Sub New (action As String, detail As Type)
Paramètres
- action
- String
Action de l'erreur SOAP.
- detail
- Type
Type de détail sérialisé comme détail d'erreur SOAP.
Remarques
Crée une nouveau FaultContractInfo à partir de l'action
et du detail
.