Initializes a new instance of the RateLimitedException class.
Overload List
| Name | Description | |
|---|---|---|
| RateLimitedException()()()() |
Initializes a new instance of the RateLimitedException class with default settings.
| |
| RateLimitedException(Exception) |
Initializes a new instance of the RateLimitedException class with a specified error message.
| |
| RateLimitedException(CultureInfo) |
Initializes a new instance of the RateLimitedException class with default settings.
| |
| RateLimitedException(String) |
Initializes a new instance of the RateLimitedException class with a specified error message.
| |
| RateLimitedException(CultureInfo, Exception) |
Initializes a new instance of the RateLimitedException class with a
specified error message.
| |
| RateLimitedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RateLimitedException class with a
specified error message.
| |
| RateLimitedException(String, Exception) |
Initializes a new instance of the RateLimitedException class with a specified error message.
|