SearchServiceApplicationFault Constructor
Initializes a new instance of the SearchServiceApplicationFault class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
type As SearchServiceApplicationFaultType, _
msg As String _
)
'Usage
Dim type As SearchServiceApplicationFaultType
Dim msg As String
Dim instance As New SearchServiceApplicationFault(type, msg)
public SearchServiceApplicationFault(
SearchServiceApplicationFaultType type,
string msg
)
Parameters
type
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationFaultTypeThe enumeration value that specifies the fault type.
msg
Type: System.StringA message that describes the fault.
See Also
Reference
SearchServiceApplicationFault Class