I have a few exceptions that show but does not crash app..
for example: SmbException: jcifs.smb.SmbException: The system cannot find the path specified.
I want to catch these and show to user..
any body have an idea if there is a event that is called?
example:
for example: SmbException: jcifs.smb.SmbException: The system cannot find the path specified.
I want to catch these and show to user..
any body have an idea if there is a event that is called?
example:
B4X:
Sub SMBClient_Test_Exception(Exception As Exception)
ToastMessageShow(LastException.Message, True)
End Sub