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
e
Type: System.ExceptionAn exception whose contents are used to populate the ErrorCode and ErrorText properties.
Remarks
This override behaves the same as the base implementation.
See also
Reference
SPMobileMessageServiceProvider class
SPMobileMessageServiceProvider members