Class PnPException
Base class for the pnp core sdk exceptions
Inheritance
System.Object
PnPException
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
|