ProfileProvisionException Constructor (String)
Initializes a new instance of the ProfileProvisionException class.
Namespace: Microsoft.SharePoint.Portal.WebControls
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 ProfileProvisionException(message)
public ProfileProvisionException(
string message
)
Parameters
message
Type: System.StringThe message that explains the reason for the exception.
See Also
Reference
ProfileProvisionException Class
ProfileProvisionException Members