Search Results for

    Show / Hide Table of Contents

    Class ContentNotFoundException

    Signals that a content was not found

    Inheritance
    System.Object
    ImageVaultCoreException
    ContentNotFoundException
    AuxiliaryContentNotFoundException
    Namespace: ImageVault.Core.Common.Exceptions
    Assembly: ImageVault.Core.dll
    Syntax
    public class ContentNotFoundException : ImageVaultCoreException

    Constructors

    ContentNotFoundException()

    Creates a ContentNotFoundException

    Declaration
    public ContentNotFoundException()

    ContentNotFoundException(String)

    Creates a ContentNotFoundException

    Declaration
    public ContentNotFoundException(string message)
    Parameters
    Type Name Description
    System.String message

    ContentNotFoundException(String, Exception)

    Creates a ContentNotFoundException

    Declaration
    public ContentNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException
    In This Article
    Back to top (c) Meriworks 2002-2022