Share via


ADAccessDeniedException Constructor (String)

Initializes a new instance of the ADAccessDeniedException class.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Dim instance As New ADAccessDeniedException(msg)
public ADAccessDeniedException(
    string msg
)

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