ThrottleException Class

Definition

Custom throttling exception.

public class ThrottleException : Exception
type ThrottleException = class
    inherit Exception
Public Class ThrottleException
Inherits Exception
Inheritance
ThrottleException

Constructors

ThrottleException()

Initializes a new instance of the ThrottleException class.

ThrottleException(String)

Initializes a new instance of the ThrottleException class with an exception message.

ThrottleException(String, Exception)

Initializes a new instance of the ThrottleException class with an exception message and inner exception.

Properties

RetryParams

Gets or sets the property that defines the retrying behavior.

Applies to