Class PnPException
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
messagestringException message
PnPException(string, Exception)
Creates a PnP Exception
public PnPException(string message, Exception innerException)
Parameters
messagestringException message
innerExceptionExceptionInner exception to be linked to this PnPException
Properties
Error
Additional error information
public BaseError Error { get; set; }