Share via


ServiceNotFoundException constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ServiceNotFoundException class with serialized object data about the exception and contextual info about the source or destination.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ServiceNotFoundException(info, context)
protected ServiceNotFoundException(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

ServiceNotFoundException class

ServiceNotFoundException members

ServiceNotFoundException overload

Microsoft.Office.Server.Search.Analytics namespace