Class VisualElementNotFoundException
Exception thrown when a Visual Element hasn't been found.
Inherited Members
Namespace: UnityEngine.Dt.App.UI
Syntax
[Serializable]
public sealed class VisualElementNotFoundException : Exception, ISerializable, _Exception
Constructors
VisualElementNotFoundException(String)
Default constructor.
Declaration
public VisualElementNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | THe exception message. |