Class GraphResponseException
Class representing GraphResponseException
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public class GraphResponseException : Exception, ISerializable, _Exception
Constructors
GraphResponseException(IGraphResponse)
Initializes a new instance of the GraphResponseException class.
Declaration
public GraphResponseException(IGraphResponse errorResponse)
Parameters
Type | Name | Description |
---|---|---|
IGraphResponse | errorResponse | The error response. |
Properties
Response
Gets the response.
Declaration
public IGraphResponse Response { get; }
Property Value
Type | Description |
---|---|
IGraphResponse | The response. |