Search Results for

    Show / Hide Table of Contents

    Class UiElementNotFoundException

    Inheritance
    Object
    UiElementNotFoundException
    Namespace: i5.Toolkit.Core.TestUtilities.UIOperator
    Assembly: cs.temp.dll.dll
    Syntax
    public class UiElementNotFoundException : Exception

    Constructors

    UiElementNotFoundException()

    Declaration
    public UiElementNotFoundException()

    UiElementNotFoundException(String)

    Declaration
    public UiElementNotFoundException(string message)
    Parameters
    Type Name Description
    String message

    UiElementNotFoundException(String, Exception)

    Declaration
    public UiElementNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    Methods

    Create(GameObject, MonoBehaviour)

    Declaration
    public static UiElementNotFoundException Create(GameObject go, MonoBehaviour monoBehaviour)
    Parameters
    Type Name Description
    GameObject go
    MonoBehaviour monoBehaviour
    Returns
    Type Description
    UiElementNotFoundException
    In This Article
    Back to top i5 Toolkit Documentation