DatabaseCapacityException.Message Property

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.Topology
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
Public Overrides ReadOnly Property Message As String
    Get
'Usage
Dim instance As DatabaseCapacityException
Dim value As String

value = instance.Message
[ObsoleteAttribute]
public override string Message { get; }

Property Value

Type: System.String
A string that describes the cause of the exception.

Implements

_Exception.Message

Remarks

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.

See Also

Reference

DatabaseCapacityException Class

DatabaseCapacityException Members

Microsoft.SharePoint.Portal.Topology Namespace