MessagingExceptionHelper.Unwrap Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Unwrap(CommunicationException) | |
Unwrap(CommunicationException, Boolean) |
Unwrap(CommunicationException)
public static Exception Unwrap (System.ServiceModel.CommunicationException exception);
static member Unwrap : System.ServiceModel.CommunicationException -> Exception
Public Function Unwrap (exception As CommunicationException) As Exception
Parameter
- exception
- CommunicationException
Gibt zurück
Gilt für:
Unwrap(CommunicationException, Boolean)
public static Exception Unwrap (System.ServiceModel.CommunicationException exception, bool isCancelling);
static member Unwrap : System.ServiceModel.CommunicationException * bool -> Exception
Public Function Unwrap (exception As CommunicationException, isCancelling As Boolean) As Exception
Parameter
- exception
- CommunicationException
- isCancelling
- Boolean
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET