ProfileProvisionHostSiteException Constructor (String, Exception)
Initializes a new instance of the ProfileProvisionHostSiteException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New ProfileProvisionHostSiteException(message, _
inner)
public ProfileProvisionHostSiteException(
string message,
Exception inner
)
Parameters
message
Type: System.StringThe error message.
inner
Type: System.ExceptionThe exception that is the cause of the current exception.
See Also
Reference
ProfileProvisionHostSiteException Class
ProfileProvisionHostSiteException Members