ws v1.0.10 (2017-05-27T17:13:21Z)
Dub
Repo
InputException
ws
gui
inputField
Undocumented in source.
class
InputException : Exception {
InputField
text
;
this
(InputField t, string msg, string file, size_t line);
this
(InputField t, string msg, Exception cause, string file, size_t line);
}
Constructors
this
this
(InputField t, string msg, string file, size_t line)
Undocumented in source.
this
this
(InputField t, string msg, Exception cause, string file, size_t line)
Undocumented in source.
Members
Variables
text
InputField
text
;
Undocumented in source.
Meta
Source
See Implementation
ws
gui
inputField
classes
InputException
InputField