Table of Contents

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

message string

The exception message.

UpdateStreamRetryLimitException(string, Exception)

Initializes a new instance of the UpdateStreamRetryLimitException class.

public UpdateStreamRetryLimitException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.