docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InvalidBindingException

    The exception that is thrown when trying to resolve an invalid path.

    Inheritance
    object
    Exception
    InvalidBindingException
    Implements
    _Exception
    ISerializable
    Inherited Members
    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.Properties.UI
    Assembly: Unity.Properties.UI.Editor.dll
    Syntax
    [Serializable]
    public class InvalidBindingException : Exception, _Exception, ISerializable

    Constructors

    InvalidBindingException(string)

    Initializes a new instance of the InvalidBindingException class with a specified path.

    Declaration
    public InvalidBindingException(string message)
    Parameters
    Type Name Description
    string message

    The exception message.

    InvalidBindingException(string, Exception)

    Initializes a new instance of the InvalidBindingException class with a specified type and a reference to the inner exception that is the cause of this exception.

    Declaration
    public InvalidBindingException(string message, Exception inner)
    Parameters
    Type Name Description
    string message

    The exception message.

    Exception inner

    The inner exception reference.

    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)