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