Class ClientException
Class for client error exception.
Namespace: Microsoft.Graph.Communications.Core.Exceptions
Assembly: Microsoft.Graph.Communications.Core.dll
Syntax
[Obsolete("Deprecated, please use Microsoft.Graph.ClientException instead.")]
public class ClientException : ClientException
Constructors
ClientException(Error, Exception)
Initializes a new instance of the ClientException class.
Declaration
[Obsolete("Deprecated, please use Microsoft.Graph.ClientException instead.")]
public ClientException(Error error, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Error | error | The Error to wrap. |
| Exception | innerException | The Exception to wrap. |