GUIException
class ForceEditor.GUIException
Last updated
class ForceEditor.GUIException
Last updated
GUIException throws when something wrong goes with l, not valid or panel not found or panel is null.
GUIException
Default constructor.
GUIException(string message)
Constructor with message.
GUIException(string message, Exception innerException)
Constructor with message and innerException.