Creates a new instance of the OfferAnswerException class with serialized data.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
Sub 
New ( _
	
info 
As 
SerializationInfo, _
	
context 
As 
StreamingContext _
)
C#
protected 
OfferAnswerException(
	
SerializationInfo 
info,
	
StreamingContext 
context
)
Visual C++
protected:
OfferAnswerException(
	
SerializationInfo^ 
info, 
	
StreamingContext 
context
)
JavaScript

Microsoft.Rtc.Collaboration.OfferAnswerException = 
function(
info, 
context);

Parameters

info
Type: SerializationInfo
The object that holds the serialized object data.
context
Type: StreamingContext
The contextual information about the source or destination.

See Also