Show / Hide Table of Contents

Class DownloadDataAccessException

An exception representing a failure in the download data access layer.

Inheritance
object
Exception
DownloadDataAccessException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Blobs.Abstractions.dll
Syntax
public class DownloadDataAccessException : Exception, ISerializable

Constructors

View Source

DownloadDataAccessException()

Declaration
public DownloadDataAccessException()
View Source

DownloadDataAccessException(string)

Declaration
public DownloadDataAccessException(string message)
Parameters
Type Name Description
string message
View Source

DownloadDataAccessException(string, Exception)

Declaration
public DownloadDataAccessException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX