Search Results for

    Show / Hide Table of Contents

    Class PnPException

    Base class for the pnp core sdk exceptions

    Inheritance
    System.Object
    PnPException
    AuthenticationException
    ClientException
    ServiceException
    Namespace: PnP.Core
    Assembly: PnP.Core.dll
    Syntax
    public abstract class PnPException : Exception

    Constructors

    PnPException()

    Creates a PnP Exception

    Declaration
    public PnPException()

    PnPException(String)

    Creates a PnP Exception

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

    Exception message

    PnPException(String, Exception)

    Creates a PnP Exception

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

    Exception message

    System.Exception innerException

    Inner exception to be linked to this PnPException

    Properties

    Error

    Additional error information

    Declaration
    public BaseError Error { get; set; }
    Property Value
    BaseError

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer