ProfileProvisionHostSiteException.ClientMessage Property
Gets the error message specified in the ProfileProvisionHostSiteException constructor.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ClientMessage As String
Get
'Usage
Dim instance As ProfileProvisionHostSiteException
Dim value As String
value = instance.ClientMessage
public string ClientMessage { get; }
Property Value
Type: System.String
The error message specified in the ProfileProvisionHostSiteException constructor.
See Also
Reference
ProfileProvisionHostSiteException Class