Class CsomError
Csom service error
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class CsomError : ServiceError
Constructors
CsomError(ErrorType, Int32, JsonElement)
Default constructor for the Share
Declaration
public CsomError(ErrorType type, int httpResponseCode, JsonElement errorJson)
Parameters
Properties
ServerErrorCode
SharePoint server error code
Declaration
public long ServerErrorCode { get; }
Property Value
System.
|
Methods
ToString()
Outputs a Csom
Declaration
public override string ToString()
Returns
System. String representation |