Search Results for

    Show / Hide Table of Contents

    Class NotAvailableAtTargetException

    Exception class thrown when a SharePoint object (e.g. list) is not available at the target site

    Inheritance
    System.Object
    NotAvailableAtTargetException
    Namespace: PnP.Framework.Modernization.Functions
    Assembly: PnP.Framework.dll
    Syntax
    public class NotAvailableAtTargetException : Exception

    Constructors

    NotAvailableAtTargetException(String)

    Throws a NotAvailableAtTargetException message

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

    Error message

    NotAvailableAtTargetException(String, Exception)

    Throws a NotAvailableAtTargetException message

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

    Error message

    Exception innerException

    Inner exception object

    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