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