MessagingCommunicationException Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MessagingCommunicationException class.
public MessagingCommunicationException (Microsoft.Azure.NotificationHubs.Messaging.MessagingExceptionDetail message, bool isTransientError, Exception innerException);
new Microsoft.Azure.NotificationHubs.Messaging.MessagingCommunicationException : Microsoft.Azure.NotificationHubs.Messaging.MessagingExceptionDetail * bool * Exception -> Microsoft.Azure.NotificationHubs.Messaging.MessagingCommunicationException
Public Sub New (message As MessagingExceptionDetail, isTransientError As Boolean, innerException As Exception)
Parameters
- message
- MessagingExceptionDetail
The string exception message.
- isTransientError
- Boolean
If set to true
, indicates it is a transient error.
- innerException
- Exception
The inner exception to be propagated with this exception to the caller..
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET