Search Results for

    Show / Hide Table of Contents

    Class ImageVaultConversionException

    Inheritance
    System.Object
    ImageVaultCoreException
    ImageVaultConversionException
    Namespace: ImageVault.Core.Conversion
    Assembly: ImageVault.Core.dll
    Syntax
    public class ImageVaultConversionException : ImageVaultCoreException
    Remarks

    2013-11-15, INTERNAL\ricwar: Created

    Constructors

    ImageVaultConversionException(String)

    Initializes a new instance of the ImageVaultConversionException class.

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

    ImageVaultConversionException(String, Exception)

    Initializes a new instance of the ImageVaultConversionException class.

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