Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ADObjectNotFoundException class that uses the specified message.
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 ADObjectNotFoundException(msg)
public ADObjectNotFoundException(
string msg
)
Parameters
msg
Type: System.StringA message describing the nature of the exception.
See Also
Reference
ADObjectNotFoundException Class
ADObjectNotFoundException Members