docs.unity3d.com
    Show / Hide Table of Contents

    Class InvalidBindingException

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

    Inheritance
    Object
    InvalidBindingException
    Namespace: Unity.Properties.UI
    Syntax
    public class InvalidBindingException : Exception

    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.

    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