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
errorCode
Type: System.StringOne of the error codes defined in ErrorCodeRes.
values
Type: []Optional array of strings that is used to create the error message.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Common Namespace