Share via


RegistrationAlreadyExistsException Constructor (String, Exception)

 

Initializes a new instance of the RegistrationAlreadyExistsException class.

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

Syntax

public RegistrationAlreadyExistsException(
    string message,
    Exception innerException
)
public:
RegistrationAlreadyExistsException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> RegistrationAlreadyExistsException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

RegistrationAlreadyExistsException Overload
RegistrationAlreadyExistsException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top