docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdManagementValidationException

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

    Constructors

    CcdManagementValidationException(Int32, String)

    Creates a CCDManagementValidationException

    Declaration
    public CcdManagementValidationException(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.

    CcdManagementValidationException(Int32, String, Exception)

    Creates a CCDManagementValidationException.

    Declaration
    public CcdManagementValidationException(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.

    CcdManagementValidationException(Int32, String, List<Object>)

    Creates a CCDManagementValidationException

    Declaration
    public CcdManagementValidationException(int reason, string message, List<object> details)
    Parameters
    Type Name Description
    Int32 reason

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

    String message

    The description of the exception.

    List<Object> details

    The details of the exception.

    Fields

    Details

    Details of validation error

    Declaration
    public List<object> Details
    Field Value
    Type Description
    List<Object>
    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