Class ValueOutOfRangeException
Exception thrown when a Visual Element hasn't been found.
Inherited Members
Namespace: UnityEngine.Dt.App.UI
Syntax
[Serializable]
public sealed class ValueOutOfRangeException : Exception, ISerializable, _Exception
Constructors
ValueOutOfRangeException(String, Object)
Default constructor.
Declaration
public ValueOutOfRangeException(string varName, object value = null)
Parameters
Type | Name | Description |
---|---|---|
String | varName | The name of the variable with an out of range value. |
Object | value | The current value of the variable. |