Share via


ADAccessDeniedException Constructor (String, Exception)

Initializes a new instance of the ADAccessDeniedException class that uses the specified error message and inner exception.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 ADAccessDeniedException(msg, e)
public ADAccessDeniedException(
    string msg,
    Exception e
)

Parameters

  • msg
    Type: System.String

    A message describing the nature of the exception.

See Also

Reference

ADAccessDeniedException Class

ADAccessDeniedException Members

ADAccessDeniedException Overload

Microsoft.SharePoint.EmailIntegration Namespace