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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET