ClientChannelSinkStack.DispatchException(Exception) Méthode
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.
Distribue l'exception spécifiée sur le récepteur de réponse.
public:
virtual void DispatchException(Exception ^ e);
public void DispatchException (Exception e);
[System.Security.SecurityCritical]
public void DispatchException (Exception e);
abstract member DispatchException : Exception -> unit
override this.DispatchException : Exception -> unit
[<System.Security.SecurityCritical>]
abstract member DispatchException : Exception -> unit
override this.DispatchException : Exception -> unit
Public Sub DispatchException (e As Exception)
Paramètres
Exception à distribuer au serveur.
Implémente
- Attributs
Remarques
La DispatchException méthode distribue l’exception spécifiée au serveur via le récepteur de réponse spécifié dans le constructeur de la pile de récepteurs actuelle. Si la pile de récepteurs actuelle a été créée sans récepteur de réponse, l’exception n’est pas transmise et aucune nouvelle exception n’est levée.