AttributeException Constructor (String, Exception)

Initializes a new instance of the AttributeException class.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New AttributeException(message, _
    innerException)
public AttributeException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    The message that explains the reason for the exception.

  • innerException
    Type: System.Exception

    The exception that is the cause of the current exception, or null if no inner exception is specified.

See Also

Reference

AttributeException Class

AttributeException Members

AttributeException Overload

Microsoft.Office.Server.Search.Administration Namespace