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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET