AdminException Constructor (String, String )

Creates an exception for the specified error code.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Common
Assembly:  Microsoft.SharePoint.Search.Extended.Administration.Common (in Microsoft.SharePoint.Search.Extended.Administration.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    errorCode As String, _
    ParamArray values As String() _
)
'Usage
Dim errorCode As String
Dim values As String()

Dim instance As New AdminException(errorCode, _
    values)
public AdminException(
    string errorCode,
    params string[] values
)

Parameters

  • values
    Type: []

    Optional array of strings that is used to create the error message.

See Also

Reference

AdminException Class

AdminException Members

AdminException Overload

Microsoft.SharePoint.Search.Extended.Administration.Common Namespace