AreaDuplicateException Constructor
Initializes a new instance of the AreaDuplicateException class.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
AreaName As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim AreaName As String
Dim inner As Exception
Dim instance As New AreaDuplicateException(message, _
AreaName, inner)
public AreaDuplicateException(
string message,
string AreaName,
Exception inner
)
Parameters
- message
Type: System.String
An error message that explains the reason for the exception, or an empty string.
- AreaName
Type: System.String
The name of the area.
- inner
Type: System.Exception
Not used.