Search Results for

    Show / Hide Table of Contents

    Class PnPPackageFormatException

    Custom Exception type for PnP Packaging handling

    Inheritance
    System.Object
    PnPPackageFormatException
    Namespace: PnP.Framework.Provisioning.Connectors.OpenXML
    Assembly: PnP.Framework.dll
    Syntax
    public class PnPPackageFormatException : ApplicationException

    Constructors

    PnPPackageFormatException()

    Constructor for PnPPackageFormatException class

    Declaration
    public PnPPackageFormatException()

    PnPPackageFormatException(String)

    Constructor for PnPPackageFormatException class with the specified error message.

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

    A string that describes the exception

    PnPPackageFormatException(String, Exception)

    Constructor for PnPackageFormatException class with the specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public PnPPackageFormatException(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