Search Results for

    Show / Hide Table of Contents

    Class ImageVaultCoreContentNotFoundException

    Inheritance
    System.Object
    ImageVaultCoreException
    ImageVaultCoreContentNotFoundException
    Namespace: ImageVault.Core
    Assembly: ImageVault.Core.dll
    Syntax
    public class ImageVaultCoreContentNotFoundException : ImageVaultCoreException

    Constructors

    ImageVaultCoreContentNotFoundException()

    Declaration
    public ImageVaultCoreContentNotFoundException()

    ImageVaultCoreContentNotFoundException(SerializationInfo, StreamingContext)

    Declaration
    protected ImageVaultCoreContentNotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo serializationInfo
    System.Runtime.Serialization.StreamingContext streamingContext

    ImageVaultCoreContentNotFoundException(String)

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

    ImageVaultCoreContentNotFoundException(String, Exception)

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