Show / Hide Table of Contents

Class IdNotFoundException

Thrown when author id is not found

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

Constructors

| Improve this Doc View Source

IdNotFoundException(String)

Declaration
public IdNotFoundException(string id)
Parameters
Type Name Description
System.String id
| Improve this Doc View Source

IdNotFoundException(String, Exception)

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