The mCore.SMSReadException is thrown for all errors related to
reading of SMS using mCore.SMS.Inbox.Refresh method.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
Inherits: System.Exception
| Visual Basic |
Public Class MyClass
Catch ex As mCore.SMSReadException If
objSMS.Inbox.HasMessages Then |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void ReadInbox() { mCore.Message Msg; try { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.GeneralException Class
mCore.SMSDeleteException Class
mCore.SMSSendException Class
mCore.vCalendarException Class
mCore.vCardException Class
mCore.WapPushException Class