Class InvalidBindingException
The exception that is thrown when trying to resolve an invalid path.
Inherited Members
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. |