Class PnPPackageFormatException
Custom Exception type for PnP Packaging handling
Inheritance
System.Object
PnPPackageFormatException
Namespace: PnP.Framework.Provisioning.Connectors.OpenXML
Assembly: PnP.Framework.dll
Syntax
public class PnPPackageFormatException : ApplicationException
Constructors
PnPPackageFormatException()
Constructor for PnPPackageFormatException class
Declaration
public PnPPackageFormatException()
PnPPackageFormatException(String)
Constructor for PnPPackageFormatException class with the specified error message.
Declaration
public PnPPackageFormatException(string message)
Parameters
System.String
message
A string that describes the exception |
PnPPackageFormatException(String, Exception)
Constructor for PnPackageFormatException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public PnPPackageFormatException(string message, Exception innerException)
Parameters
System.String
message
A string that describes the exception |
Exception
innerException
The exception that is the cause of the current exception |