Share via


InvalidFeedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidFeedException class by using serialized data.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.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 InvalidFeedException(info, context)
protected InvalidFeedException (
    SerializationInfo info,
    StreamingContext context
)
protected:
InvalidFeedException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected InvalidFeedException (
    SerializationInfo info, 
    StreamingContext context
)
protected function InvalidFeedException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    The SerializationInfo object that holds the serialized object data about the exception that is being thrown.
  • context
    The StreamingContext that contains contextual information about the source or destination.

See Also

Reference

InvalidFeedException Class
InvalidFeedException Members
Microsoft.Synchronization Namespace