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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET