ADObjectNotFoundException Constructor (String, Exception)
Initializes a new instance of the ADObjectNotFoundException 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, _
ex As Exception _
)
'Usage
Dim msg As String
Dim ex As Exception
Dim instance As New ADObjectNotFoundException(msg, ex)
public ADObjectNotFoundException(
string msg,
Exception ex
)
Parameters
msg
Type: System.StringA message describing the nature of the exception.
ex
Type: System.ExceptionThe inner exception that triggered the ADObjectNotFoundException.
See Also
Reference
ADObjectNotFoundException Class
ADObjectNotFoundException Members