Share via


LdapProviderException constructor (String, Exception)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception

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

Parameters

See also

Reference

LdapProviderException class

LdapProviderException members

LdapProviderException overload

Microsoft.Office.Server.Security namespace