Show / Hide Table of Contents

Class BrowsingDatabaseException

Browsing Database Exception.

Inheritance
System.Object
System.Exception
BrowsingException
BrowsingDatabaseException
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.Databases
Assembly: Gee.External.Browsing.dll
Syntax
public sealed class BrowsingDatabaseException : BrowsingException, ISerializable

Constructors

BrowsingDatabaseException(String)

Create a Browsing Database Exception.

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

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

BrowsingDatabaseException(String, Exception)

Create a Browsing Database Exception.

Declaration
public BrowsingDatabaseException(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