UserNotFoundException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe UserNotFoundException .

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'Utilisation
Dim msg As String
Dim e As Exception

Dim instance As New UserNotFoundException(msg, e)
public UserNotFoundException(
    string msg,
    Exception e
)

Paramètres

  • msg
    Type : System.String

    Message qui explique la raison de l'exception.

Voir aussi

Référence

UserNotFoundException classe

UserNotFoundException - Membres

UserNotFoundException - Surcharge

Microsoft.Office.Server.UserProfiles - Espace de noms