Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnattendedInstallException

    An exception that is thrown if an unattended installation occurs.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Exceptions
    Assembly: Umbraco.Core.dll
    Syntax
    public class UnattendedInstallException : Exception

    Constructors

    View Source

    UnattendedInstallException()

    Initializes a new instance of the UnattendedInstallException class.

    Declaration
    public UnattendedInstallException()
    View Source

    UnattendedInstallException(SerializationInfo, StreamingContext)

    Initializes a new instance of the UnattendedInstallException class.

    Declaration
    protected UnattendedInstallException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

    System.Runtime.Serialization.StreamingContext context

    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

    View Source

    UnattendedInstallException(String)

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

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

    The message that describes the error.

    View Source

    UnattendedInstallException(String, Exception)

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

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

    The message that describes the error.

    Exception innerException

    The inner exception, or null.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UnattendedInstallException()
      • UnattendedInstallException(SerializationInfo, StreamingContext)
      • UnattendedInstallException(String)
      • UnattendedInstallException(String, Exception)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX