UserNotFoundException constructor (String)

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 _
)
'Usage
Dim msg As String

Dim instance As New UserNotFoundException(msg)
public UserNotFoundException(
    string msg
)

Parameters

  • msg
    Type: System.String

    Message that explains the reason for the exception.

See also

Reference

UserNotFoundException class

UserNotFoundException members

UserNotFoundException overload

Microsoft.Office.Server.UserProfiles namespace