Initializes a new instance of the RateLimitedException class.

Overload List

  NameDescription
Public methodRateLimitedException()()()()
Initializes a new instance of the RateLimitedException class with default settings.
Public methodRateLimitedException(Exception)
Initializes a new instance of the RateLimitedException class with a specified error message.
Public methodRateLimitedException(CultureInfo)
Initializes a new instance of the RateLimitedException class with default settings.
Public methodRateLimitedException(String)
Initializes a new instance of the RateLimitedException class with a specified error message.
Public methodRateLimitedException(CultureInfo, Exception)
Initializes a new instance of the RateLimitedException class with a specified error message.
Protected methodRateLimitedException(SerializationInfo, StreamingContext)
Initializes a new instance of the RateLimitedException class with a specified error message.
Public methodRateLimitedException(String, Exception)
Initializes a new instance of the RateLimitedException class with a specified error message.

See Also