Class UnattendedInstallException
An exception that is thrown if an unattended installation occurs.
Inheritance
Namespace: Umbraco.Cms.Core.Exceptions
Assembly: Umbraco.Core.dll
Syntax
public class UnattendedInstallException : Exception
Constructors
View SourceUnattendedInstallException()
Initializes a new instance of the Unattended
Declaration
public UnattendedInstallException()
UnattendedInstallException(SerializationInfo, StreamingContext)
Initializes a new instance of the Unattended
Declaration
protected UnattendedInstallException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The System. |
System. |
context | The System. |
UnattendedInstallException(String)
Initializes a new instance of the Unattended
Declaration
public UnattendedInstallException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
UnattendedInstallException(String, Exception)
Initializes a new instance of the Unattended
Declaration
public UnattendedInstallException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
Exception | innerException | The inner exception, or null. |