Class PublisherRevokedException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Exception for signaling revoked publisher errors.
public sealed class PublisherRevokedException : MessagingException, ISerializable
- Inheritance
-
PublisherRevokedException
- Implements
- Inherited Members
- Extension Methods
Constructors
PublisherRevokedException(string)
public PublisherRevokedException(string publisherName)
Parameters
publisherName
string
PublisherRevokedException(string, Exception)
public PublisherRevokedException(string message, Exception innerException)