InvalidSmsRecipientException Constructor (String, Exception)

3/29/2010

Initializes a new instance of the InvalidSmsRecipientException class, using an error message and an inner exception.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public InvalidSmsRecipientException (
    string message,
    Exception innerException
)
'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)

Parameters

  • message
    The exception message.
  • innerException
    The inner exception.

See Also

Reference

InvalidSmsRecipientException Class
InvalidSmsRecipientException Members
Microsoft.WindowsMobile.PocketOutlook Namespace