VirtualStorageLibrary
Search Results for

    Show / Hide Table of Contents

    Class VirtualNotFoundException

    The base exception that is thrown when an entity is not found in the virtual storage.

    Inheritance
    object
    Exception
    VirtualException
    VirtualNotFoundException
    VirtualNodeNotFoundException
    VirtualPathNotFoundException
    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: AkiraNetwork.VirtualStorageLibrary
    Assembly: VirtualStorageLibrary.dll
    Syntax
    public class VirtualNotFoundException : VirtualException, ISerializable

    Constructors

    VirtualNotFoundException()

    Initializes a new instance of the VirtualNotFoundException class.

    Declaration
    public VirtualNotFoundException()

    VirtualNotFoundException(string)

    Initializes a new instance of the VirtualNotFoundException class with a specified error message.

    Declaration
    public VirtualNotFoundException(string message)
    Parameters
    Type Name Description
    string message

    The error message.

    VirtualNotFoundException(string, Exception)

    Initializes a new instance of the VirtualNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

    The error message.

    Exception innerException

    The exception that is the cause of this exception.

    Implements

    ISerializable

    Extension Methods

    VirtualTextFormatter.GenerateSingleTableDebugText<T>(T)
    In this article
    Back to top Generated by DocFX