Show / Hide Table of Contents

Class RateLimitedException

Thrown when a platform scraper is rate-limited

Inheritance
System.Object
RateLimitedException
Namespace: Scraper.Net
Assembly: Scraper.Net.dll
Syntax
public class RateLimitedException : Exception

Constructors

| Improve this Doc View Source

RateLimitedException()

Declaration
public RateLimitedException()
| Improve this Doc View Source

RateLimitedException(Exception)

Declaration
public RateLimitedException(Exception e)
Parameters
Type Name Description
Exception e
| Improve this Doc View Source

RateLimitedException(String, Exception)

Declaration
public RateLimitedException(string message, Exception e)
Parameters
Type Name Description
System.String message
Exception e
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX