docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor CcdClientException

    CcdClientException(int, string)

    Creates a CcdClientException.

    Declaration
    public CcdClientException(int errorCode, string message)
    Parameters
    Type Name Description
    int errorCode

    The error code or the HTTP Status returned by the service.

    string message

    The description of the exception.

    CcdClientException(int, string, Exception)

    Creates a CcdClientException.

    Declaration
    public CcdClientException(int errorCode, string message, Exception innerException)
    Parameters
    Type Name Description
    int errorCode

    The error code or the HTTP Status returned by the service.

    string message

    The description of the exception.

    Exception innerException

    The exception raised by the service, if any.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)