DatabaseCapacityException.Message, propriété (Microsoft.SharePoint.Portal.Topology)
Obsolete.
Espace de noms : Microsoft.SharePoint.Portal.Topology
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property Message As String
'Utilisation
Dim instance As DatabaseCapacityException
Dim value As String
value = instance.Message
public override string Message { get; }
Valeur de la propriété
A string that describes the cause of the exception.
Remarques
The Message property returns the following error message when a DatabaseCapacityException exception is thrown when configuring a new TeamSite object: No database with sufficient capacity could be found to provision team site '{0}' on virtual server '{1}'.
The parameters contain the UrlPath property of the TeamSite object and the ID of its VirtualServer object.
Voir aussi
Référence
DatabaseCapacityException, classe
Membres DatabaseCapacityException
Microsoft.SharePoint.Portal.Topology, espace de noms