ADException constructor (String)
Initializes a new instance of the ADException class that uses the specified error 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 ADException(msg)
public ADException(
string msg
)
Parameters
msg
Type: System.StringA message describing the nature of the exception.