MessagingCommunicationException Constructor

Definition

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