Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UserNotFoundException class.
Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception
Dim instance As New UserNotFoundException(msg, e)
public UserNotFoundException(
    string msg,
    Exception e
)
Parameters
msg
Type: System.StringMessage that explains the reason for the exception.
e
Type: System.ExceptionA UserProfileException object that represents the cause of the exception.