Share via


RegistrationNotFoundException Constructor (String)

 

Initializes a new instance of the RegistrationNotFoundException class.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

public RegistrationNotFoundException(
    string message
)
public:
RegistrationNotFoundException(
    String^ message
)
new : 
        message:string -> RegistrationNotFoundException
Public Sub New (
    message As String
)

Parameters

See Also

RegistrationNotFoundException Overload
RegistrationNotFoundException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top