avacondios Active Member Licensed User Longtime User Jul 11, 2014 #1 Hi, How to create a custom exception on B4A and raise it on the code ? On Java extends the Exception Class. On Basic4Android ?
Hi, How to create a custom exception on B4A and raise it on the code ? On Java extends the Exception Class. On Basic4Android ?
stevel05 Expert Licensed User Longtime User Jul 12, 2014 #3 You can use the threading library, it has an ExceptionEx object with a throw method. Upvote 0