Search Results for

    Show / Hide Table of Contents

    Class RecycledSiteException

    Initializes a new instance of the RecycledSiteException class. This Exception occurs when the provisioning engine targets a site that is in the recycle bin

    Inheritance
    System.Object
    RecycledSiteException
    Namespace: PnP.Framework.Provisioning.ObjectHandlers
    Assembly: PnP.Framework.dll
    Syntax
    public sealed class RecycledSiteException : Exception

    Constructors

    RecycledSiteException()

    Initializes a new instance of the RecycledSiteException class with a system supplied message

    Declaration
    public RecycledSiteException()

    RecycledSiteException(String)

    Initializes a new instance of the RecycledSiteException class with the specified message string.

    Declaration
    public RecycledSiteException(string message)
    Parameters
    System.String message

    A string that describes the exception.

    RecycledSiteException(String, Exception)

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

    Declaration
    public RecycledSiteException(string message, Exception innerException)
    Parameters
    System.String message

    A string that describes the exception.

    Exception innerException

    The exception that is the cause of the current exception.

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer