UserNotFoundException Constructor

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.Security
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    username As String, _
    inner As Exception _
)
'Usage
Dim message As String
Dim username As String
Dim inner As Exception

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

Parameters

See Also

Reference

UserNotFoundException Class

UserNotFoundException Members

Microsoft.SharePoint.Portal.Security Namespace