ServiceNotFoundException constructor (String)
Initializes a new instance of the ServiceNotFoundException class with a specified error message.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
'Usage
Dim msg As String
Dim instance As New ServiceNotFoundException(msg)
public ServiceNotFoundException(
string msg
)
Parameters
msg
Type: System.StringA [System.String] object containing the error message.
See also
Reference
ServiceNotFoundException class
ServiceNotFoundException members