Show / Hide Table of Contents

    Class ClientException

    Class for client error exception.

    Inheritance
    Object
    ClientException
    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.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.