LdapProviderException - Constructeur (String, Exception)
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Office.Server.Security
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 LdapProviderException(msg, e)
public LdapProviderException(
string msg,
Exception e
)
Paramètres
- msg
Type : System.String
- e
Type : System.Exception
Voir aussi
Référence
LdapProviderException - Membres