Show / Hide Table of Contents

Class FacebookScraperException

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

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OriginalMessage

Declaration
public string OriginalMessage { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OriginalStackTrace

Declaration
public string OriginalStackTrace { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StackTrace

Declaration
public override string StackTrace { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public string Type { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX