This documentation is archived and is not being maintained.

PropertyDoesNotExistException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the PropertyDoesNotExistException class by using the specified serialization context.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

protected:
PropertyDoesNotExistException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

The serialization information.

context
Type: System.Runtime.Serialization::StreamingContext

The serialization context.

Show: