Class PnPException
Base class for the pnp core sdk exceptions
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public abstract class PnPException : Exception, ISerializable
Constructors
PnPException()
Creates a PnP Exception
Declaration
public PnPException()
PnPException(string)
Creates a PnP Exception
Declaration
public PnPException(string message)
Parameters
|
string
message
Exception message |
PnPException(string, Exception)
Creates a PnP Exception
Declaration
public PnPException(string message, Exception innerException)
Parameters
|
string
message
Exception message |
|
Exception
innerException
Inner exception to be linked to this PnPException |
Properties
Error
Additional error information
Declaration
public BaseError Error { get; set; }
Property Value
| BaseError |