Class NotAvailableAtTargetException
Exception class thrown when a SharePoint object (e.g. list) is not available at the target site
Inheritance
System.Object
NotAvailableAtTargetException
Namespace: PnP.Framework.Modernization.Functions
Assembly: PnP.Framework.dll
Syntax
public class NotAvailableAtTargetException : Exception
Constructors
NotAvailableAtTargetException(String)
Throws a NotAvailableAtTargetException message
Declaration
public NotAvailableAtTargetException(string message)
Parameters
System.String
message
Error message |
NotAvailableAtTargetException(String, Exception)
Throws a NotAvailableAtTargetException message
Declaration
public NotAvailableAtTargetException(string message, Exception innerException)
Parameters
System.String
message
Error message |
Exception
innerException
Inner exception object |