Show / Hide Table of Contents

Class BrowsingCacheException

Cache Exception.

Inheritance
System.Object
System.Exception
BrowsingException
BrowsingCacheException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gee.External.Browsing.Cache
Assembly: Gee.External.Browsing.dll
Syntax
public sealed class BrowsingCacheException : BrowsingException, ISerializable

Constructors

BrowsingCacheException(String)

Create a Cache Exception.

Declaration
public BrowsingCacheException(string detailMessage)
Parameters
Type Name Description
System.String detailMessage

A detail message describing the reason the exception is being thrown.

BrowsingCacheException(String, Exception)

Create a Cache Exception.

Declaration
public BrowsingCacheException(string detailMessage, Exception innerException)
Parameters
Type Name Description
System.String detailMessage

A detail message describing the reason the exception is being thrown.

System.Exception innerException

An exception that is the cause of the exception being thrown.

Implements

System.Runtime.Serialization.ISerializable
Back to top Generated by DocFX