GUIException

class ForceEditor.GUIException

Description

GUIException throws when something wrong goes with GUIPanel, not valid or panel not found or panel is null.

Constructors

GUIException

Default constructor.

GUIException(string message)

Constructor with message.

GUIException(string message, Exception innerException)

Constructor with message and innerException.

See Also

EditorPanel

Last updated