SPMobileMessageServiceResponse.ErrorText property
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