[inline]
Constructs FXException with the given parameters.
You should always use FXERRMAKE() or a derivative of it instead of this directly
Definition at line 390 of file FXException.h.
00390 : p(0) 00391 { init(_filename, _function, _lineno, _msg, _code, _flags); }