Share via


RegistrationMismatchedETagException Constructor (String, Exception)

 

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

Parameters

See Also

RegistrationMismatchedETagException Overload
RegistrationMismatchedETagException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top