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
message
Type: System.StringThe error message.
innerException
Type: System.ExceptionThe inner exception.
See Also
RegistrationMismatchedETagException Overload
RegistrationMismatchedETagException Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top