NotificationHubNotFoundException Constructor (String, Exception)
Initializes a new instance of the NotificationHubNotFoundException class.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Syntax
public NotificationHubNotFoundException(
string message,
Exception innerException
)
public:
NotificationHubNotFoundException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> NotificationHubNotFoundException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe error message.
innerException
Type: System.ExceptionThe inner exception.
See Also
NotificationHubNotFoundException Overload
NotificationHubNotFoundException Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top