SPMobileMessageUserInfo Constructor (Exception)
Initializes a new instance of the SPMobileMessageServiceResponse 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 SPMobileMessageUserInfo(e)
public SPMobileMessageUserInfo(
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
SPMobileMessageUserInfo Members