Class RecycledSiteException
Initializes a new instance of the RecycledSiteException class. This Exception occurs when the provisioning engine targets a site that is in the recycle bin
Inheritance
System.Object
RecycledSiteException
Namespace: PnP.Framework.Provisioning.ObjectHandlers
Assembly: PnP.Framework.dll
Syntax
public sealed class RecycledSiteException : Exception
Constructors
RecycledSiteException()
Initializes a new instance of the RecycledSiteException class with a system supplied message
Declaration
public RecycledSiteException()
RecycledSiteException(String)
Initializes a new instance of the RecycledSiteException class with the specified message string.
Declaration
public RecycledSiteException(string message)
Parameters
System.String
message
A string that describes the exception. |
RecycledSiteException(String, Exception)
Initializes a new instance of the RecycledSiteException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public RecycledSiteException(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. |