Show / Hide Table of Contents

Class LoginRequiredException

Thrown when a platform scraper requires login

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

Constructors

| Improve this Doc View Source

LoginRequiredException()

Declaration
public LoginRequiredException()
| Improve this Doc View Source

LoginRequiredException(Exception)

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

LoginRequiredException(String, Exception)

Declaration
public LoginRequiredException(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