in the hand - .NET Solutions for Mobility

InvalidSmsRecipientException Class

The exception that is thrown when the Recipient address for the SMS message is invalid.

For a list of all members of this type, see InvalidSmsRecipientException Members.

System.Object
   System.Exception
      System.SystemException
         System.Runtime.InteropServices.ExternalException
            System.ComponentModel.Win32Exception
               InTheHand.WindowsMobile.PocketOutlook.SmsException
                  InTheHand.WindowsMobile.PocketOutlook.InvalidSmsRecipientException

[Visual Basic]
Public Class InvalidSmsRecipientException
    Inherits SmsException
[C#]
public class InvalidSmsRecipientException : SmsException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: InTheHand.WindowsMobile.PocketOutlook

Assembly: InTheHand.WindowsMobile.PocketOutlook (in InTheHand.WindowsMobile.PocketOutlook.dll)

See Also

InvalidSmsRecipientException Members | InTheHand.WindowsMobile.PocketOutlook Namespace