Class ValueOutOfRangeException
Exception thrown when a Visual Element hasn't been found.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
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. |