PropertyInvalidValueException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe PropertyInvalidValueException .

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 PropertyInvalidValueException(msg, e)
public PropertyInvalidValueException(
    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

    Exception interne qui est la cause de cette exception.

Voir aussi

Référence

PropertyInvalidValueException classe

PropertyInvalidValueException - Membres

PropertyInvalidValueException - Surcharge

Microsoft.Office.Server.UserProfiles - Espace de noms