LinksCheckerException Constructor (String)
Creates an instance of the exception.
Namespace: Microsoft.SharePoint.Portal.SiteDirectory
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New LinksCheckerException(message)
public LinksCheckerException(
string message
)
Parameters
- message
Type: System.String