Microsoft.WindowsAzure.Messaging Namespace
Classes
Class | Description | |
---|---|---|
ConnectionString | Represents a connection string. |
|
Entity | Represents a Service Bus messaging entity. |
|
MessagingException | Represents the exception that is thrown for signaling messaging errors. |
|
MpnsHeaderCollection | Creates a collection of headers for template registration. |
|
NotificationHub | Represents a notification hub. |
|
NotificationHubNotFoundException | The exception that is thrown when the notification hub is not found. |
|
QuotaExceededException | Represents the exception that is thrown when a message quota has been exceeded. |
|
Registration | Represents an MPNS native registration for notification hubs. The TemplateRegistration subclass represents a registration for a specific template. |
|
RegistrationAlreadyExistsException | The exception that is thrown when the registration already exists. |
|
RegistrationAuthorizationException | The exception that is thrown when the registration needs an authorization. |
|
RegistrationBadRequestException | The exception that is thrown when a bad request for registration is detected. |
|
RegistrationCommunicationException | The exception that is thrown when a registration communication error is detected. |
|
RegistrationException | The exception that is thrown when a registration error is detected. |
|
RegistrationMismatchedETagException | The exception that is thrown when the registration doesn’t match the entity tag. |
|
RegistrationNotFoundException | The exception that is thrown when the registration is not found. |
|
ServerBusyException | The exception that is thrown when a server is overloaded with logical operations. |
|
TemplateRegistration | Represents a template registration. |
Return to top