Class CsomServiceException
CSOM Service exception
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class CsomServiceException : ServiceException
Constructors
CsomServiceException(ErrorType, Int32, JsonElement)
Creates a Csom
Declaration
public CsomServiceException(ErrorType type, int httpResponseCode, JsonElement response)
Parameters
Error Type of the error |
System. Http response code of the executed CSOM request |
Json JSON response of the executed CSOM request |
Methods
ToString()
Outputs a Csom
Declaration
public override string ToString()
Returns
System. String representation |