Search Results for

    Show / Hide Table of Contents
    View Source

    Class CleanFolderResult.Error

    Represents an error that occurred while cleaning a folder.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.IO
    Assembly: Umbraco.Core.dll
    Syntax
    public class CleanFolderResult.Error

    Constructors

    View Source

    Error(Exception, FileInfo)

    Initializes a new instance of the CleanFolderResult.Error class.

    Declaration
    public Error(Exception exception, FileInfo erroringFile)
    Parameters
    Type Name Description
    Exception exception

    The exception that occurred.

    FileInfo erroringFile

    The file that caused the error.

    Properties

    View Source

    ErroringFile

    Gets or sets the file that caused the error.

    Declaration
    public FileInfo ErroringFile { get; set; }
    Property Value
    Type Description
    FileInfo
    View Source

    Exception

    Gets or sets the exception that occurred.

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    Exception
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX