Show / Hide Table of Contents

Class EpubContentDownloaderException

Represents an exception thrown by the EpubReader due to a remote content downloading error.

Inheritance
object
Exception
EpubReaderException
EpubContentDownloaderException
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VersOne.Epub
Assembly: VersOne.Epub.dll
Syntax
public class EpubContentDownloaderException : EpubReaderException

Constructors

View Source

EpubContentDownloaderException(string)

Initializes a new instance of the EpubContentDownloaderException class with a specified URI of the remote content file.

Declaration
public EpubContentDownloaderException(string remoteContentFileUrl)
Parameters
Type Name Description
string remoteContentFileUrl

The absolute URI of the remote content file that caused the error.

View Source

EpubContentDownloaderException(string, Exception?, string)

Initializes a new instance of the EpubContentDownloaderException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified URI of the remote content file.

Declaration
public EpubContentDownloaderException(string message, Exception? innerException, string remoteContentFileUrl)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

string remoteContentFileUrl

The absolute URI of the remote content file that caused the error.

View Source

EpubContentDownloaderException(string, string)

Initializes a new instance of the EpubContentDownloaderException class with a specified error and a specified URI of the remote content file.

Declaration
public EpubContentDownloaderException(string message, string remoteContentFileUrl)
Parameters
Type Name Description
string message

The message that describes the error.

string remoteContentFileUrl

The absolute URI of the remote content file that caused the error.

Properties

View Source

RemoteContentFileUrl

Gets absolute URI of the remote content file that caused the error.

Declaration
public string RemoteContentFileUrl { get; }
Property type: string
  • View Source
In this article
Back to top Generated by DocFX