Class SharePointRestServiceException
Microsoft SharePoint REST Service exception
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class SharePointRestServiceException : ServiceException
Microsoft SharePoint REST Service exception
public class SharePointRestServiceException : ServiceException
Creates a Share
public SharePointRestServiceException(ErrorType type, int httpResponseCode, string response, Dictionary<string, string> responseHeaders = null)
Error Type of the error |
System. Http response code of the service request |
System. Response of the service request that errored out |
Dictionary<System. Optional collection of request response headers |
Outputs a Share
public override string ToString()
System. String representation |