DuplicatePortalUrlException.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 DuplicatePortalUrlException
Dim value As String
value = instance.Message
[ObsoleteAttribute]
public override string Message { get; }
Property Value
Type: System.String
A string that contains the description of the error condition.
Implements
Remarks
The DuplicatePortalUrlException class represents the exception that is thrown by the Commit method of the PortalUrl class when a duplicate URL for a PortalSite object already exists in the same zone.
See the PortalUrl class for additional information about the PortalUrl object.
See Also
Reference
DuplicatePortalUrlException Class