ServiceCenterException Constructor (String, Exception)

3/29/2010

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

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

Syntax

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

Parameters

  • message
    The message of the exception.
  • innerException
    The inner exception.

See Also

Reference

ServiceCenterException Class
ServiceCenterException Members
Microsoft.WindowsMobile.PocketOutlook Namespace