Table of Contents

Class PnPException

Namespace
PnP.Core
Assembly
PnP.Core.dll

Base class for the pnp core sdk exceptions

public abstract class PnPException : Exception, ISerializable
Inheritance
PnPException
Implements
Derived
Inherited Members

Constructors

PnPException()

Creates a PnP Exception

public PnPException()

PnPException(string)

Creates a PnP Exception

public PnPException(string message)

Parameters

message string

Exception message

PnPException(string, Exception)

Creates a PnP Exception

public PnPException(string message, Exception innerException)

Parameters

message string

Exception message

innerException Exception

Inner exception to be linked to this PnPException

Properties

Error

Additional error information

public BaseError Error { get; set; }

Property Value

BaseError