Class UpdateStreamRetryLimitException

The number of retry attempts has exceeded the limit.

Inheritance
System.Object
UpdateStreamRetryLimitException
Namespace: PushTechnology.ClientInterface.Topics.Update.Streams
Assembly: Diffusion.Client.dll
Syntax
public class UpdateStreamRetryLimitException : Exception

Constructors

UpdateStreamRetryLimitException()

Initializes a new instance of the UpdateStreamRetryLimitException class.

Declaration
public UpdateStreamRetryLimitException()

UpdateStreamRetryLimitException(String)

Initializes a new instance of the UpdateStreamRetryLimitException class.

Declaration
public UpdateStreamRetryLimitException(string message)
Parameters
Type Name Description
System.String message

The exception message.

UpdateStreamRetryLimitException(String, Exception)

Initializes a new instance of the UpdateStreamRetryLimitException class.

Declaration
public UpdateStreamRetryLimitException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

Exception innerException

The inner exception.

Back to top