Class UiElementNotFoundException
Inheritance
UiElementNotFoundException
Assembly: cs.temp.dll.dll
public class UiElementNotFoundException : Exception
Constructors
Declaration
public UiElementNotFoundException()
Declaration
public UiElementNotFoundException(string message)
Parameters
| Type |
Name |
Description |
| String |
message |
|
Declaration
public UiElementNotFoundException(string message, Exception innerException)
Parameters
| Type |
Name |
Description |
| String |
message |
|
| Exception |
innerException |
|
Methods
Declaration
public static UiElementNotFoundException Create(GameObject go, MonoBehaviour monoBehaviour)
Parameters
| Type |
Name |
Description |
| GameObject |
go |
|
| MonoBehaviour |
monoBehaviour |
|
Returns