Initializes a new instance of the SearchException class with serialized data.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
protected 
SearchException(
	
SerializationInfo 
info,
	
StreamingContext 
context
)

Parameters

info
Type: System.Runtime.Serialization . . :: . . SerializationInfo
SerializationInfo object that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization . . :: . . StreamingContext
StreamingContext object that contains contextual information about the source or destination.

See Also