MessagingExceptionHelper.ConvertToCommunicationException 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
ConvertToCommunicationException(MessagingException) | |
ConvertToCommunicationException(MessagingException, Boolean) |
ConvertToCommunicationException(MessagingException)
public static System.ServiceModel.CommunicationException ConvertToCommunicationException (Microsoft.ServiceBus.Messaging.MessagingException exception);
static member ConvertToCommunicationException : Microsoft.ServiceBus.Messaging.MessagingException -> System.ServiceModel.CommunicationException
Public Function ConvertToCommunicationException (exception As MessagingException) As CommunicationException
Parameter
- exception
- MessagingException
Gibt zurück
Gilt für:
ConvertToCommunicationException(MessagingException, Boolean)
public static System.ServiceModel.CommunicationException ConvertToCommunicationException (Microsoft.ServiceBus.Messaging.MessagingException exception, out bool shouldFault);
static member ConvertToCommunicationException : Microsoft.ServiceBus.Messaging.MessagingException * bool -> System.ServiceModel.CommunicationException
Public Function ConvertToCommunicationException (exception As MessagingException, ByRef shouldFault As Boolean) As CommunicationException
Parameter
- exception
- MessagingException
- shouldFault
- 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