Search Results for

    Show / Hide Table of Contents

    Class ImageVaultConfigurationException

    An exception describing a Configuration error

    Inheritance
    System.Object
    ImageVaultException
    ImageVaultConfigurationException
    Namespace: ImageVault.Common
    Assembly: ImageVault.Common.dll
    Syntax
    public class ImageVaultConfigurationException : ImageVaultException

    Constructors

    ImageVaultConfigurationException()

    Initializes a new instance of the ImageVaultException class.

    Declaration
    public ImageVaultConfigurationException()

    ImageVaultConfigurationException(String)

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

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

    a message that describes the exception

    ImageVaultConfigurationException(String, Exception)

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

    Declaration
    public ImageVaultConfigurationException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    a message that describes the exception

    System.Exception innerException

    The exception that caused this exception

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022