Show / Hide Table of Contents

    Class StorageItemNotFoundException

    Inheritance
    System.Object
    System.Exception
    StorageItemNotFoundException
    Implements
    System.Runtime.InteropServices._Exception
    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: Bayat.SaveSystem.Storage
    Assembly: Bayat.SaveSystem.Runtime.dll
    Syntax
    [Serializable]
    public class StorageItemNotFoundException : Exception, _Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    StorageItemNotFoundException(String)

    Declaration
    public StorageItemNotFoundException(string identifier)
    Parameters
    Type Name Description
    System.String identifier
    | Improve this Doc View Source

    StorageItemNotFoundException(String, Exception)

    Declaration
    public StorageItemNotFoundException(string identifier, Exception inner)
    Parameters
    Type Name Description
    System.String identifier
    System.Exception inner

    Implements

    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable

    Extension Methods

    ExceptionExtensions.IsDiskFull(Exception)
    • Improve this Doc
    • View Source
    • 0 Comments