ClientException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Graph client exception.
public class ClientException : Microsoft.Graph.ServiceException
type ClientException = class
inherit ServiceException
Public Class ClientException
Inherits ServiceException
- Inheritance
Constructors
ClientException(Error, Exception) |
Creates a new client exception. |
Properties
Error |
The error from the service exception. (Inherited from ServiceException) |
RawResponseBody |
Provide the raw JSON response body. (Inherited from ServiceException) |
ResponseHeaders |
The HTTP response headers from the response. (Inherited from ServiceException) |
StatusCode |
The HTTP status code from the response. (Inherited from ServiceException) |
Methods
IsMatch(String) |
Checks if a given error code has been returned in the response at any level in the error stack. (Inherited from ServiceException) |
ToString() | (Inherited from ServiceException) |