Share via


RegistrationMismatchedETagException Constructor (String)

 

Initializes a new instance of the RegistrationMismatchedETagException class.

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

Syntax

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

Parameters

See Also

RegistrationMismatchedETagException Overload
RegistrationMismatchedETagException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top