Class GraphException
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Graph
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public class GraphException : BackendException, ISerializable
Constructors
| Edit this page View SourceGraphException(BackendErrorType, string, long?, bool)
Declaration
public GraphException(BackendErrorType type, string message = null, long? statusCode = null, bool isRetryable = false)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendErrorType | type | |
| string | message | |
| long? | statusCode | |
| bool | isRetryable |