Class UpdateStreamRetryLimitException
- Namespace
- PushTechnology.ClientInterface.Topics.Update.Streams
- Assembly
- Diffusion.Client.dll
The number of retry attempts has exceeded the limit.
public class UpdateStreamRetryLimitException : Exception, ISerializable
- Inheritance
-
UpdateStreamRetryLimitException
- Implements
- Inherited Members
Constructors
UpdateStreamRetryLimitException()
Initializes a new instance of the UpdateStreamRetryLimitException class.
public UpdateStreamRetryLimitException()
UpdateStreamRetryLimitException(string)
Initializes a new instance of the UpdateStreamRetryLimitException class.
public UpdateStreamRetryLimitException(string message)
Parameters
messagestringThe exception message.
UpdateStreamRetryLimitException(string, Exception)
Initializes a new instance of the UpdateStreamRetryLimitException class.
public UpdateStreamRetryLimitException(string message, Exception innerException)