SPMobileMessageDeliveryReport constructor (Exception)
Initializes a new instance of the SPMobileMessageDeliveryReport 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 SPMobileMessageDeliveryReport(e)
public SPMobileMessageDeliveryReport(
Exception e
)
Parameters
e
Type: System.ExceptionAn exception whose contents are used to populate the ErrorCode and ErrorText properties.
See also
Reference
SPMobileMessageDeliveryReport class
SPMobileMessageDeliveryReport members