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 Client
Declaration
[Obsolete("Deprecated, please use Microsoft.Graph.ClientException instead.")]
public ClientException(Error error, Exception innerException = null)