ProfileProvisionException Constructor (String, Exception)

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, _
    inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception

Dim instance As New ProfileProvisionException(message, _
    inner)
public ProfileProvisionException(
    string message,
    Exception inner
)

Parameters

  • message
    Type: System.String

    The message that explains the reason for the exception.

  • inner
    Type: System.Exception

    The inner exception that is the cause of the current exception.

See Also

Reference

ProfileProvisionException Class

ProfileProvisionException Members

ProfileProvisionException Overload

Microsoft.SharePoint.Portal.WebControls Namespace