Share via


SPMobileMessageServiceProvider constructor (Exception)

Initializes a new instance of the SPMobileMessageServiceProvider class by using the specified exception.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    e As Exception _
)
'Usage
Dim e As Exception

Dim instance As New SPMobileMessageServiceProvider(e)
public SPMobileMessageServiceProvider(
    Exception e
)

Parameters

Remarks

This override behaves the same as the base implementation.

See also

Reference

SPMobileMessageServiceProvider class

SPMobileMessageServiceProvider members

SPMobileMessageServiceProvider overload

Microsoft.SharePoint.MobileMessage namespace