docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdManagementValidationException

    Inheritance
    object
    Exception
    RequestFailedException
    CcdManagementException
    CcdManagementValidationException
    Implements
    _Exception
    ISerializable
    Inherited Members
    RequestFailedException.ErrorCode
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class CcdManagementValidationException : CcdManagementException, _Exception, ISerializable

    Constructors

    CcdManagementValidationException(int, string)

    Creates a CCDManagementValidationException

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

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

    string message

    The description of the exception.

    CcdManagementValidationException(int, string, List<object>)

    Creates a CCDManagementValidationException

    Declaration
    public CcdManagementValidationException(int reason, string message, List<object> details)
    Parameters
    Type Name Description
    int 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.

    CcdManagementValidationException(int, string, Exception)

    Creates a CCDManagementValidationException.

    Declaration
    public CcdManagementValidationException(int reason, string message, Exception innerException)
    Parameters
    Type Name Description
    int 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.

    Fields

    Details

    Details of validation error

    Declaration
    public List<object> Details
    Field Value
    Type Description
    List<object>

    Implements

    _Exception
    ISerializable
    In This Article
    Back to top
    Copyright © 2025 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)