ClientChannelSinkStack.DispatchException(Exception) Methode

Definitie

Hiermee wordt de opgegeven uitzondering op de antwoordsink verzonden.

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)

Parameters

e
Exception

De uitzondering voor verzending naar de server.

Implementeringen

Kenmerken

Opmerkingen

De DispatchException methode verzendt de opgegeven uitzondering naar de server via de antwoordsink die is opgegeven in de constructor van de huidige sinkstack. Als de huidige sinkstack is gemaakt zonder een antwoordsink, wordt de uitzondering niet verzonden en wordt er geen nieuwe uitzondering gegenereerd.

Van toepassing op