Class MicrosoftGraphError
Microsoft Graph service error
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class MicrosoftGraphError : ServiceError
Constructors
MicrosoftGraphError(ErrorType, Int32, JsonElement)
Default constructor for the Microsoft
Declaration
public MicrosoftGraphError(ErrorType type, int httpResponseCode, JsonElement error)
Parameters
MicrosoftGraphError(ErrorType, Int32, String)
Default constructor for the Microsoft
Declaration
public MicrosoftGraphError(ErrorType type, int httpResponseCode, string response)
Parameters
Methods
ToString()
Outputs a Microsoft
Declaration
public override string ToString()
Returns
System. String representation |