Share via


RegistrationNotFoundException Constructor (String, Exception)

 

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,
    Exception innerException
)
public:
RegistrationNotFoundException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> RegistrationNotFoundException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

RegistrationNotFoundException Overload
RegistrationNotFoundException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top