docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdManagementException

    Represents an exception that occurs when communicating with the Unity CCD Management Service.

    Inheritance
    Object
    CcdManagementException
    CcdManagementValidationException
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public class CcdManagementException : RequestFailedException

    Constructors

    CcdManagementException(Exception)

    Creates a CCDManagementException.

    Declaration
    public CcdManagementException(Exception innerException)
    Parameters
    Type Name Description
    Exception innerException

    The exception raised by the service, if any.

    CcdManagementException(Int32, String)

    Creates a CCDManagementException.

    Declaration
    public CcdManagementException(int reason, string message)
    Parameters
    Type Name Description
    Int32 reason

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

    String message

    The description of the exception.

    CcdManagementException(Int32, String, Exception)

    Creates a CCDManagementException.

    Declaration
    public CcdManagementException(int reason, string message, Exception innerException)
    Parameters
    Type Name Description
    Int32 reason

    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023