PocketOutlookException Constructor (String, Exception)

3/29/2010

Initializes a new instance of the PocketOutlookException class, using the specified exception message string, and specified inner exception.

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

Syntax

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

Parameters

  • message
    Exception message.
  • innerException
    Inner exception.

See Also

Reference

PocketOutlookException Class
PocketOutlookException Members
Microsoft.WindowsMobile.PocketOutlook Namespace