Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets details about the exception, if any, thrown when a request was made to the Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ErrorText As String
Get
Friend Set
'Usage
Dim instance As SPMobileMessageServiceResponse
Dim value As String
value = instance.ErrorText
public string ErrorText { get; internal set; }
Property Value
Type: System.String
The internal message from the exception.
Remarks
The ErrorText property is an empty string if no exception is thrown.
See Also
Reference
SPMobileMessageServiceResponse Class