InvalidSmsRecipientException Constructor (Int32, String)
3/29/2010
Initializes a new instance of the InvalidSmsRecipientException class, using an error code and an error message.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public InvalidSmsRecipientException (
int errorCode,
string message
)
'Declaration
Public Sub New ( _
errorCode As Integer, _
message As String _
)
Parameters
- errorCode
A win32 exception error code.
- message
The exception message.
See Also
Reference
InvalidSmsRecipientException Class
InvalidSmsRecipientException Members
Microsoft.WindowsMobile.PocketOutlook Namespace