MemberGroupNotFoundException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe MemberGroupNotFoundException .

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 MemberGroupNotFoundException(msg, e)
public MemberGroupNotFoundException(
    string msg,
    Exception e
)

Paramètres

  • msg
    Type : System.String

    Un message d'erreur qui explique la raison de l'exception, ou une chaîne vide.

  • e
    Type : System.Exception

    Une exception interne qui est la cause de cette exception.

Voir aussi

Référence

MemberGroupNotFoundException classe

MemberGroupNotFoundException - Membres

MemberGroupNotFoundException - Surcharge

Microsoft.Office.Server.UserProfiles - Espace de noms