Search Results for

    Show / Hide Table of Contents

    Class LicenseException

    Represents errors that occur when validating the ImageVault License.

    Inheritance
    System.Object
    LicenseException
    Namespace: ImageVault.Common.License
    Assembly: ImageVault.Common.dll
    Syntax
    public class LicenseException : Exception

    Constructors

    LicenseException(String)

    Initializes a new instance of the LicenseException class.

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

    The error message associated with the exception thrown

    LicenseException(String, Exception)

    Initializes a new instance of the LicenseException class.

    Declaration
    public LicenseException(string message, Exception exception)
    Parameters
    Type Name Description
    System.String message
    System.Exception exception

    Extension Methods

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